Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Printing from a webpage


knighty - 9:44 am on May 2, 2001 (gmt 0)


>>document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');

instead of the above you can just use:

document.write("<a href='javascript:printit()'>Print This Page</a>");

or an image if you prefer


Thread source:: http://www.webmasterworld.com/html/620.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com