how to: print this page?
i've seen it done on other sites before. you know, where there is a little icon of a printer and an option to print the page.
i have a js window that pops up without any other window properties; menus, scrollbars, etc. and i want the user to be able to print the page.
i know they can just - right click - print, i'm assuming there are a few that will not know this.
thanks.
Suzanne posted this at 09:19 — 31st December 2001.
She has: 5,507 posts
Joined: Feb 2000
window.print();
like so:
print
http://www.codeave.com/javascript/code.asp?u_log=7010
Or, apparently, which makes sense, from a form button. Didn't think of that one!
Suzanne
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.