|
Reflect -> RE: Hide Page name in Address Bar (9/15/2005 13:04:42)
|
First thought you could use frames as it would do just that. Second thought you could use a javascript status bar manipulator found here as an example... http://javascript.internet.com/navigation/protected-link.html Then on all links you could use a popup window without an address bar found here... http://javascript.internet.com/generators/popup-window.html so they can not view what page appears in the address bar as you can turn that off with the utility. Third thought, if on Apache, you can use mod rewrite to redirect page names. Take care, Brian
|
|
|
|