art15 Posted April 8, 2008 Share Posted April 8, 2008 Hi, I am not an expert user in php, I need to enable the functionality on my website, where if someone prints the page from windows, he or she should not get the address link(eg: http://abc.com/directory1/eetc) printed on the printout. Please help Thanks Quote Link to comment https://forums.phpfreaks.com/topic/100083-hide-the-address-bar-link-printed-on-a-page/ Share on other sites More sharing options...
doni49 Posted April 8, 2008 Share Posted April 8, 2008 I think that depends on the web browser. I doubt if there's anything you can do from the server. Quote Link to comment https://forums.phpfreaks.com/topic/100083-hide-the-address-bar-link-printed-on-a-page/#findComment-511747 Share on other sites More sharing options...
art15 Posted April 8, 2008 Author Share Posted April 8, 2008 Hi Doni, Isnt there a way in php to disable the option to print the address bar? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/100083-hide-the-address-bar-link-printed-on-a-page/#findComment-511749 Share on other sites More sharing options...
doni49 Posted April 8, 2008 Share Posted April 8, 2008 Hi Doni, Isnt there a way in php to disable the option to print the address bar? Thanks. I think that depends on the web browser. I doubt if there's anything you can do from the server. Quote Link to comment https://forums.phpfreaks.com/topic/100083-hide-the-address-bar-link-printed-on-a-page/#findComment-511751 Share on other sites More sharing options...
KEFE Posted April 8, 2008 Share Posted April 8, 2008 When printing from a browser the header and footer of the printed page is "set" by the browser and thear is no way for a website owner/webmaster to control the header and footer... you simply cant control it, not thru php, not thru javascripts, not thru css... and all the major browser like IE, Firefox, Opera, Safari add the URL of the printed page to the footer of the print out... Quote Link to comment https://forums.phpfreaks.com/topic/100083-hide-the-address-bar-link-printed-on-a-page/#findComment-511759 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.