Javascript .....Print ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

want to print a page without URL address. I write Javascript:window.print()
but
it prints URL, date and page number. How can I hide URL? Is it possible
 
Change the browser's page setup settings (header/footer esp). For IE, select
menu File | Page Setup. And remove &u from header or footer.

HTH

want to print a page without URL address. I write Javascript:window.print()
but
it prints URL, date and page number. How can I hide URL? Is it possible
 
thnkx shiva...but i need to do it from Javascript....and i can't each user to
change settings..
Can we access browser settings and change header/footer using Javascript..
 
HARI said:
thnkx shiva...but i need to do it from Javascript....and i can't each user to
change settings..
Can we access browser settings and change header/footer using Javascript..
:

These settings are stored in the registry, and are not accessible
(directly) through script.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top