PDA

View Full Version : Printing


ginoitalo
09-23-2002, 08:20 AM
Is there a way to stop the user's browser from printing the page's footer (it contains the URL [undesired])

or

change it just in time of printing ?


using JavaScript's
---------------------------------------
top.FrameMain.focus();
top.FrameMain.print();


I Read onbeforeprint and onafterprint events but nothing refers to the hiding the footer

beetle
09-23-2002, 06:33 PM
Hmmm. Not sure. I know that setting can be change manually on the client-side, but I don't know if there are any controls the webmaster can exercise to turn these off.

This board post (http://lists.w3.org/Archives/Public/www-html/2002Jan/0025.html) over at the W3C may shed some light.

ginoitalo
09-24-2002, 06:11 AM
It didn't work out, it seems you have to get the client to change settings on his side.

I guess it's impossible (without a component )