Page is a not externally linkable
knighty - 9:44 am on May 2, 2001 (gmt 0)
instead of the above you can just use: document.write("<a href='javascript:printit()'>Print This Page</a>"); or an image if you prefer
>>document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');