标签:style blog http os io java ar for div
Microsoft Dynamics CRM App for Windows Phone
http://www.windowsphone.com/en-us/store/app/dynamics-crm/bdf6ad14-8ff3-4db1-a9d5-336c50ef13ee
\
<!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>
|
Devlop Win 8 and Windows Phone App for Microsoft Dynamics CRM
标签:style blog http os io java ar for div
原文地址:http://www.cnblogs.com/haoliansheng/p/3952651.html