On Wednesday 31 March 2004 14:38, Will wrote: > Hello all, > > I am hoping someone can help me. > > When someone brings up a page in the browser, is there a way to hide the > URL in the browser bar to a set URL??
Why should a remote server have control over what a local client can display? The closest you can come is to hide the entire location bar by using javascript to open a new window with no location bar, but that'll fail on any client that has JS disabled, or has rules set to override JS messing around with the browser (like my browsers are configured to do). Alternately, you can use frames, but that's a whole other can of worms. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php