|
Answer» Can anyone tell me if there's a way to "name" your browser window when making a website? (note that I'm not reffering to the title)
When you click a link on my website a popup COMES up with a bunch more links on it. When you click a link in the popup, I want the linked page to show up in the original window that the popup came from, and the popup to remain there. Kind of like a detached navigation bar.
I figured if I could name the window, I could use to do what I want, but I don't know how or even if this can be done. Can anyone help?TARGET="self"Sorry, I meant I want it to target the original window, target=self would make the link appear in the popup.Hi Adam Josiah,
I tried to do the same thing before, but could not get it done.
I have not seen it done in any other website as well, thus I strongly believe that it cannot be done in html. Maybe advance javascripting is needed, but I just couldn't control the original window from the NEW pop-up window.
I SUGGEST you to look for alternatives.Don't think it can be done with HTML. If there is a way to do it, I think it will be listed SOMEWHERE on this Site:
http://www.w3schools.com/default.aspAlright thanks for the advice, if anyone does stumble on javascript that i could use to do such a thing, the script would be very much appreaciated, thanks again.
|