Forum Moderators: open

Message Too Old, No Replies

printing a .htm page without datestamp, file path etc

can this be done using js?

         

Duke_of_Url

4:17 pm on Dec 17, 2004 (gmt 0)

10+ Year Member



hi all

I have a page of .htm that people may want to print off. The only thing on this page is an image. However when it prints off, a 'Page 1 of 1' is printed at the top RHS, with the filepath and datestamp appearing along the footer of the A4 sheet.

Is there a way, perhaps using JS, that I can suppress this header and footer automatically by code?

TIA

dou

Rambo Tribble

4:22 pm on Dec 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The control of those items are at the discretion of the browser and are not exposed to script control.

Duke_of_Url

4:42 pm on Dec 17, 2004 (gmt 0)

10+ Year Member



hi Rambo

Ah righty thanks, I did wonder whether it'd be off limits...

DoU