Hello,
Just a quickie.
Is there a way of preventing the URL of a web page from not being printed on the footer when the web page is being printed from within internet explorer??
I am sure there is a way.
Please help!!
Printable View
Hello,
Just a quickie.
Is there a way of preventing the URL of a web page from not being printed on the footer when the web page is being printed from within internet explorer??
I am sure there is a way.
Please help!!
If you're talking just hitting File-->Print, then goto File-->Print Preview and remove the Header and Footer information.
If you're calling window.print from script, then NO.
window.print merely simulates you hitting the print BUTTON (not the File Menu) in your toolbar. That's it. You don't have any further control over that.
Sorry :(
use document .print or window.print something