I dont want to make any PDFs , because i don't want to let user to have a copy of the page .
Main Topics
Browse All TopicsHi
I want to print a web page without printing the URL at the footer of the page.
I think it could be done using JavaScript or JQuery , I'm not sure
hint : i do not want to make the user to make it using browser settings
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Plz check these links may u get ur required results...
http://www.online-tech-tip
http://www.thepcmanwebsite
Check out ScriptX Basic www.meadroid.com/scriptx/d
It supports customized printing capabilities.
Dear Mohammedf
As far as printing of web pages goes -> Its not easy to controll but
If you have a css for printing the webpage then you can use something like
div#hearder{display:none;}
div#footer{display:none;}
If not then you are better of using a pdf which you dont want to use - can understand why.
The you can use activex to get the job done -> not easy at all - in this case you will have to install an object in the users system and access it for printing but you situation is that user are printing via the option provided in the browser. So in that case you really cant controll what they print.
Then best option would be create a print html friendly page button and use CSS for printing -> this should do the trick
Thanks
AR
hi AsishRaj:
Thanks for ur answer
>>If not then you are better of using a pdf which you dont want to use - can understand why.
this is because i want the client to print the page just for a spesicfic number of times , so he will not be able to print it whenever he want ,, and if he /she has PDF file , then prinint it n times is a problem for me
Regarding CSS , how can i tell the page that the URL will be in the invisible DIV , the url is appeared only in printing , not in the page it self , ie not in aspx page ,
What you are trying to achieve can only be done by activex
refer http://www.meadroid.com/ - Scriptx
There is no other way you can do what you are after.
Business Accounts
Answer for Membership
by: alain34Posted on 2009-07-09 at 03:46:48ID: 24812225
Hello mohammedf,
I don't believe it is possible to achieve your requirement.
However, Have you considered to create a print version of your page in PDF format.
This way, there will be no footer.
Regards,
alain34