<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>pagecontrol</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>
<link href="pagecontrol.css" rel="stylesheet" />
<script src="pagecontrol.js"></script>
</head>
<body>
<div class="pagecontrol fragment">
<header aria-label="Header content" role="banner">
<button class="win-backbutton" aria-label="Back" type="button"></button>
<h1 class="titlearea win-type-ellipsis">
<span class="pagetitle">Welcome to pagecontrol</span>
</h1>
</header>
<section aria-label="Main content" role="main">
<p>Content goes here.</p>
<a href="../items/items.html">../items/items.html</a>
<a href="../split/split.html">../split/split.html</a>
<a href="../../default.html">../../default.html</a>
</section>
</div>
</body>
</html>
(Above the code is similar to my problem)
I have created an app using Split app template..In my app i needed a new page (HTML page)
Once i enter into that new html page i could not return to the my app .if i call the default ,it gives white background and
If i call the items.html or split.html ..the app crashes.
Please help me to come to the app form that new page
For more information Download my app "Eye check up"
which can support only the windows 8.1
I submitted that app for windows 8 . my app failed in the certification .
Please help me use my app and give the solution..
ONCE I ENTER INTO THE "EYE CHECK UP" PAGE .I COULD NOT RETURN TO THE APP
PLEASE HELP ME I TRIED A LOT BUT I CANNOT ..
THANK YOU ..