Do you want to make an unfriendly web
page?
I think you should better tell what you want to do
and why do you want to hide the address of the current web page. Maybe this way
you will find a better way.
If you will use <frameset> and <frame>
or <iframe>, you can do this, but I don't think is
recommended.
<iframe> was not recommended a few years ago
although now it is pretty popular, but the html5 specifications seems to not
allow at all <frameset> and <frame> anymore, so it would not be a
good way for the future.
Making your site beeing based on _javascript_ is also
not a good idea, because it would make your site unusable for those who have
_javascript_ disabled, but you can hide the address bar entirely with
_javascript_.
So, the bad advice is to use <iframe> and
place the entire page in the frame, and it will do what you want, but the search
engines will index the content of the frame only, and the visitors might see
just that page, without the main page that contains the frame.
Octavian
|