Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:34
Open In Same Window
Poster: LOTWC
Dated: Sunday June 23 2002 - 5:26:47 BST
How can I get each Link to open in the same window without opening another window?
Example>>> If I click on a link... it opens a new window... I want it to stay in the same window and not open a new window.
Thanks.
Poster: SoTTo
Dated: Tuesday June 25 2002 - 9:10:46 BST
my best guess is that you've put http://www.mylink.com target=blank or something....remove the target=blank
Same Problem
Poster: andyh
Dated: Tuesday July 2 2002 - 15:28:56 BST
I am getting the same problem using the floating menu ?
Just have the url not put the target blank bit in ?
Help?
Ah ha - sorted it - in a fashion.
Poster: andyh
Dated: Tuesday July 2 2002 - 19:11:34 BST
Sorted in a fashion - just used target=_self after each call.