Devlop Win 8 and Windows Phone App for Microsoft Dynamics CRM

 

Microsoft Dynamics CRM App for Windows Phone

http://www.windowsphone.com/en-us/store/app/dynamics-crm/bdf6ad14-8ff3-4db1-a9d5-336c50ef13ee

Microsoft Dynamics CRM App for Windows 8

http://apps.microsoft.com/windows/en-us/app/microsoft-dynamics-crm/93772212-7b72-4aee-bc4e-b1adb7712ebe

<!DOCTYPE html>

<html>

<head>

    <meta http-equiv="Content-Type" content="text/html;   charset=utf-8" />

    <meta charset="utf-8" />

    <title>HereMyAm.Windows</title>

 

    <!-- WinJS 引用 -->

    <link href="//Microsoft.WinJS.2.0/css/ui-dark.css" rel="stylesheet" />

    <script src="//Microsoft.WinJS.2.0/js/base.js"></script>

    <script src="//Microsoft.WinJS.2.0/js/ui.js"></script>

 

    <!--   HereMyAm.Windows 引用 -->

    <link href="/css/default.css" rel="stylesheet" />

    <script src="/js/default.js"></script>

 

    <script type="text/javascript">

        function   navgateToBlogs(uriToLaunch) {

            // Create a Uri   object from a URI string

            var uri = new   Windows.Foundation.Uri(uriToLaunch);

 

              Windows.System.Launcher.launchUriAsync(uri).then(

               function (success) {

                   if (success) {

                       new   Windows.UI.Popups.MessageDialog("Okay").showAsync();

                   } else {

                       // URI launch   failed

                   }

               });

          

        }

    </script>

</head>

<body class="phone">

    <p>Hello World</p>

    <input type="text" id="url" value="http://haoliansheng.cnblogs.com" />

    <button onclick="navgateToBlogs(url.value)">Open</button>

    <div id="rating" data-win-control="WinJS.UI.Rating"></div>

 

 

 

</body>

</html>

原文地址:https://www.cnblogs.com/haoliansheng/p/3952651.html