Hi
I have written code in defaul.html.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />
<title>SDATwinApp</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
<!-- SDATwinApp references -->
<link href="/css/default.css" rel="stylesheet" />
<script src="/js/default.js"></script>
<style type="text/css">
h1
{
text-align: center;
}
p
{
text-align: center;
}
</style>
</head>
<body>
<h1>Hello,SDAT!</h1>
<p><a href="http://www.bing.com" target="_blank">Search the web</a></p>
</body>
</html>
My intension is,When ever i click on link, that link site should be opened in windows desktop version IE10. But its opening in metro style version.How can i navigate the link from metro app to windows desktop version.make sure i am developing app by using
html & javascript