EDIT: Corrections
THIS is closer to what you want, although the URLs are slightly different.
Pages:
applications.html
Code:
<!doctype html>
<!doctype html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
<style>
body {font-family: verdana; font-size: 12px; background: #dedede;}
</style>
</head>
<body >
<div style="position: relative; text-align: center; top: 20px">
<button onclick="window.location.href='applications.html'">HOME (applications)</button> <button>SEARCH BY VERSION</button> <button>ABOUT</button>
</div>
<div id="container" ></div>
<div style="position: absolute; top:80px; left:50px; right: 50px; bottom: 50px; border: 1px solid black; padding: 10px; background: white">
<div style="font-size: 190%; font-weight: bold">List of applications:</div>
<ul style="margin-top:20px">
<li><a href="javascript: void(0)" onclick="top.location.href='applications.html?whatsup.html'; return false">Whatsup</a><br><br>
<li>Opera<br><br>
<li>Skype<br><br>
<li>Mozilla
</ul>
</div>
<script>
if(location.search){top.document.getElementById('container').innerHTML='<div style="position: absolute; top:80px; left:50px; right: 50px; bottom: 50px; border: 1px solid black; "><iframe name="ifr" src='+location.search.substring(1)+' style="position: absolute; width: 100%; height: 100%; background: white; z-index:1" frameborder="0"><\/iframe><\/div>'}
</script>
</body>
</html>
whatsup.html:
Code:
<!doctype html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
<style>
body {font-family: verdana; font-size: 12px; background: white}
</style>
</head>
<body >
<div style="position: absolute; top:0px; left:0px; right: 0px; bottom: 0px; border: 0px solid black; padding: 10px; background: white">
<div style="font-size: 190%; font-weight: bold">Whatsup versions and codes:</div>
<ul style="margin-top: 20px">
<li><a href="javascript: void(0)" onclick="top.location.href='applications.html?whatsup.html?versions.html'; return false">Version 1.1 Code: 2435</a><br><br>
<li>Version 1.2 Code: 5687<br><br>
<li>Version 2.11 Code: 0986<br><br>
<li>Version 2.2 Code: 7098
</ul>
</div>
<script>
if(location.search){top.document.getElementById('container').innerHTML='<div style="position: absolute; top:80px; left:50px; right: 50px; bottom: 50px; border: 1px solid black"><iframe src='+location.search.substring(1)+' style="position: absolute; width: 100%; height: 100%; background: white; z-index:1" frameborder="0"><\/iframe><\/div>'}
</script>
</body>
</html>
versions.html:
Code:
<!doctype html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
<style>
body {font-family: verdana; font-size: 12px; background: white}
</style>
</head>
<body >
<div style="position: absolute; top:0px; left:0px; right: 0px; bottom: 0px; border: 0px solid black; padding: 10px; background: white">
<div style="font-size: 190%; font-weight: bold">Download Whatsup Versions 1.1 Code: 2435</div>
<BR>DOWNLOAD
</div>
</BODY>
</HTML>
Bookmarks