Link to home
Start Free TrialLog in
Avatar of miky348
miky348

asked on

Http-Address

I have seen on many pages that you click a link which takes you to a NEW-page but the address on the Location-Bar doesnt changes(ie, it remains that of the initial/principal page).

How do you do that???
Avatar of knightEknight
knightEknight
Flag of United States of America image

Usually, the page that changes is in a frame, but the frameset page doesn't change, that's why it appears that the address in the address bar doesn't change either.  Is this what you want to do?
Avatar of kschang
kschang

frames with size 0 or 1 in one of the frames should do it... Add invisible borders and you're pretty much set...
These are usually because the pages that you are redirected with don't exist. They are server generated.

So the server will just replace the page with a fresh one and redirect you to the appropriate page.
ASKER CERTIFIED SOLUTION
Avatar of sayasenh
sayasenh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You may also be able to use the location property to replace with onClick="self.location.replace(some file) or some such syntax.  Hard to remember off the top of my head this time of night.  Note: this type of code can mess up your history.
davlun