bm4499 Posted January 8, 2010 Share Posted January 8, 2010 Does anyone know how to hide the addressbar's url after running the code: header('Location: http://yourdomain.com/u.php'); Quote Link to comment Share on other sites More sharing options...
cags Posted January 8, 2010 Share Posted January 8, 2010 What do you mean hide the address bars URL? Quote Link to comment Share on other sites More sharing options...
bm4499 Posted January 8, 2010 Author Share Posted January 8, 2010 Hi, thanks for your reply! See the attachment. I want that hidden or text like 'welcome to this page'. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
cags Posted January 8, 2010 Share Posted January 8, 2010 That's not the address bar it's the title bar. Any text placed in a <title> tag in the <head> section of the page should appear there. If a page doesn't include a title tag then Internet Explorer uses the URL of the current page, not all browsers do that. <head> <title>Welcome to this page</title> </head> Quote Link to comment Share on other sites More sharing options...
bm4499 Posted January 18, 2010 Author Share Posted January 18, 2010 it did not help. the page that is called is some html/php file that is in hardware and I have no rights to edit. Quote Link to comment 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.