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.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Print only One Table</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="442" height="101" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FF6600" id="TOP_TABLE">
<tr>
<td align="center">This (TOP_TABLE) table will be printed. <br>
Table must be named as u will refer to it in JS below!</td>
</tr>
</table>
<table width="214" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" id="NAVTABLE">
<tr>
<td align="center"> <a href="#" onClick="w=window.open('','newwin');
w.document.write('<bo'+'dy onLoad=\'window.print()\'>'+ document.getElementById('TOP_TABLE').outerHTML +'</bo'+'dy>');
w.document.close(); return false;">PRINT TABLE ABOVE </a> </td>
</tr>
</table>
</body>
</html>