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:29
Menu Target
Poster: rsnavin
Dated: Saturday July 27 2002 - 12:07:20 BST
How do I configure my menu not to open a new window. Everytime I click a link, it opens a new menu. Pls. help
Navin.
Use a base target
Poster: jspeybro
Dated: Tuesday July 30 2002 - 12:11:50 BST
add this to your <HEAD></HEAD>-tag:
<base target="framename">
it worked for me, but I need only one target fram, so if you need moor targets, I'm not sure what to do. but maybe this works:
,"linktext","file.html target=targetframe onbordercolor=000000;offbordercolor=FFFFFF;",,"text that appears in your statusbar",0
I didn't test this last thing, so I'm not sure if it will work...
Johan
Use a base target
Poster: jspeybro
Dated: Tuesday July 30 2002 - 12:15:28 BST
add this to your <HEAD></HEAD>-tag:
<base target="framename">
it worked for me, but I need only one target fram, so if you need moor targets, I'm not sure what to do. but maybe this works:
,"linktext","file.html target=targetframe onbordercolor=000000;offbordercolor=FFFFFF;",,"text that appears in your statusbar",0
I didn't test this last thing, so I'm not sure if it will work...
Johan