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>
<LINK rel="stylesheet" type="text/css" media="screen, print" href="/styles/BriefStijl.css">
<script language="JavaScript">
<!--
function reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);
// -->
</script>
</head>
<BODY>
<DIV class="header" style="z-index=0">
<TABLE width="100%" border="0">
<TR>
<TD>This is my header</td>
</tr>
</table>
</div>
<DIV class="Footer" style="include-source:url("somedoc.html");z-index=2"></div>
<DIV class="Contents" style="z-index=1">
This is the contents
</div>
</body>
</html>
**********/BriefStijl.css
.Contents {
position: absolute;
left: 1.6cm;
right: 1.5cm;
top: 3.5cm;
text-align: justify;
color: blue;
font-family: tahoma, arial, sans-serif ! important;
font-size: 10.5pt;
}
.Header {
position: absolute;
left: 1.5cm;
right: 1.5cm;
top: 0cm;
bottom: 0cm;
}
.Footer {
position: absolute;
left: 1.5cm;
right: 1.5cm;
top: 25cm;
bottom: 0cm;
}
**********/somedoc.html
<TABLE width="100%" border="1">
<TR>
<TD>This is my footer</td>
</tr>
</table>