PDA

View Full Version : Using window.print()


nickoli21
02-18-2003, 10:57 PM
I am using the window.print() function in a script to print out the current frame for the viewer. The page prints ok, but it also prints the page number in the top/right corner, the page location in the bottm/left corner, and the date in the bottom/right corner.

Does anyone know how to munipulate this function to turn off these statements? I have checked in the MS database, but they don't elaberate on this.

Nick

joeframbach
02-19-2003, 01:21 AM
these options are turned on/off by the user in the print dialog box. js cant manipulate these, so you might want to alert the user of these options...

nickoli21
02-19-2003, 07:04 AM
That was my original thought, but I thought I'd ask...

Nick