Quote:
|
Originally Posted by bangman
Well, I want the user to stay in the same page, I don't want a new window to pop up.
|
a href... target="_top"> just tells the browser to open the link in the outer-most frame of the current window -- basically it opens the link in the entire window eliminating all frames that currently reside in the window (not a new window, that would be target="_blank").
But I could be misunderstanding what you're talking about, too.