Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<head><title>sheets</title>
</head>
<body>
<div id="sheet1" style="position:absolute; left:20px; top:40px; width:300px; height:300px; border:1px solid #000000;"><br>Sheet One</div>
<div id="sheet2" style="position:absolute; left:20px; top:40px; width:300px; height:300px; border:1px solid #000000; background-color:#aaaaaa; visibility:hidden;"><br>Sheet Two</div>
<div id="tab1" style="position:absolute; left:20px; top:10px; width:150px; height:30px; border:1px solid #ff0000; cursor:hand;" onclick="document.getElementById('sheet2').style.visibility='hidden'; document.getElementById('sheet1').style.visibility='visible';">Tab One</div>
<div id="tab2" style="position:absolute; left:170px; top:10px; width:150px; height:30px; border:1px solid #ff0000; cursor:hand;" onclick="document.getElementById('sheet1').style.visibility='hidden'; document.getElementById('sheet2').style.visibility='visible';">Tab Two</div>
</body>
</html>
<html>
<head><title>sheets</title>
</head>
<body>
<div id="sheet1" style="position:absolute; left:20px; top:40px; width:800px; height:600px; border:1px solid #000000;"><iframe name="altavista" src="[URL unfurl="true"]http://www.altavista.com"[/URL] width="800" hight="600">some comment for version 4 browsers</iframe></div>
<div id="sheet2" style="position:absolute; left:20px; top:40px; width:800px; height:600px; border:1px solid #000000; background-color:#aaaaaa; visibility:hidden;"><iframe name="yahoo" src="[URL unfurl="true"]http://www.yahoo.com"[/URL] width="800" height="600">some comment here for version 4 browsers like y dont you go and get a better one!!</iframe></div>
<div id="tab1" style="position:absolute; left:20px; top:10px; width:150px; height:30px; border:1px solid #ff0000; cursor:hand;" onclick="document.getElementById('sheet2').style.visibility='hidden'; document.getElementById('sheet1').style.visibility='visible';">Tab One</div>
<div id="tab2" style="position:absolute; left:170px; top:10px; width:150px; height:30px; border:1px solid #ff0000; cursor:hand;" onclick="document.getElementById('sheet1').style.visibility='hidden'; document.getElementById('sheet2').style.visibility='visible';">Tab Two</div>
</body>
</html>