|
|
Q455 How do you hide the real address of a page?
irt.org | Knowledge Base | JavaScript | Link | Q455 [ previous next ] Q455 How do you hide the real address of a page?Say you had a page at http://somewhere.com/apage.html and say that you wanted to display a page at http://somegoddamnawfulurl/somepage.html but hide that ugly url, then in apage.html do something like:
and then in blank.html:
This way the location bar shows http://somewhere.com/apage.html and hides the other. Feedback on 'Q455 How do you hide the real address of a page?' |
-- div -->
|