The user can print client information. But when the page is printing, there is a title of the page and url. Is there any way I can hide all these information. I change the title using: <script for=window event=onbeforeprint > var originalTitle; originalTitle
= document.title; document.title = "Teste de Titulo Personalizado" headfoot.pageTotal = document.all.tags("DEVICERECT").length; </script> <script for=window event=onafterprint> var originalTitle; document.title = originalTitle; </script> I tyed the same to
URL but not work... ideas? Thanks
Jissa, I'm 99% sure that you can't control this; the user would have to make the change on their system. It's browser-dependant... if I were to change it for my IE on my system, I'd do it through file/page setup; there's a "&u&b&d" in the footer section (url,
center code, date-short-format). I had tried this last year, so things might have changed... but I just did a quick search on the 'net, and it seems that this is still the case.
jissa
Member
75 Points
15 Posts
How to hide the foot (URL) when printing the page ?
Dec 20, 2003 10:21 PM|LINK
Thomas1
Member
625 Points
125 Posts
Re: How to hide the foot (URL) when printing the page ?
Dec 21, 2003 02:10 AM|LINK
master4eva
Star
13635 Points
2719 Posts
Re: How to hide the foot (URL) when printing the page ?
Dec 21, 2003 08:18 AM|LINK
govmk
Member
230 Points
49 Posts
Re: How to hide the foot (URL) when printing the page ?
Dec 29, 2003 11:47 PM|LINK
Thomas1
Member
625 Points
125 Posts
Re: How to hide the foot (URL) when printing the page ?
Dec 30, 2003 07:03 PM|LINK