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.
<a href="thispage.shtml?print">Print this page</a>
<a href="<!--#echo var="DOCUMENT_URI" -->?print ">Print this page</a>
<!--#if expr="$QUERY_STRING = 'print'" -->
<p>This is a printer friendly page.</p>
<!--#else -->
<p>This is the 'normal' content.</p>
<!--#endif-->
<html>
<head>
<title>Document title</title>
</head>
<body>
<!--#if expr="$QUERY_STRING = 'print'" -->
<p>This guide was printed from Tek-tips.com.</p>
<!--#else -->
<!--#include virtual="/includes/document-header.inc" -->
<!--#endif-->
<p>Here is my printer friendly content !!</p>
<!--#if expr="$QUERY_STRING = 'print'" -->
<p>For more guides visit Tek-tips.com</p>
<!--#else -->
<!--#include virtual="/includes/document-footer.inc" -->
<!--#endif-->
</body>
</html>
<html>
<head>
<title></title>
<!--#include virtual="/includes/scripts.txt" -->
</head>
<body>
<!--#include virtual="/includes/header.shtml" -->
<!--#include virtual="/includes/left_col.shtml" -->
<!-- enter content here -->
<!--#include virtual="/includes/right_col.shtml" -->
<!--#include virtual="/includes/footer.shtml" -->
</body>
</html>
<!--#if expr="$QUERY_STRING = 'print'" -->
<p>This guide was printed from SSI-Developer.net.</p>
<!--#else -->
Logo, links and top navigation bar go here!
<!--#endif-->