Search found 2 matches

by paul.it@fsb.org.uk
Tue Jul 30, 2002 12:18 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: open a new window in menu
Replies: 2
Views: 2649

open a new window in menu

I want to open up a new window when hitting a link in the drop down menu system but when I place the _blank attribute in the .js file it doesn't recognise it.
I know you can also do this sort of thing in javascript which I have done but only in a normal page link not in an external .js file like the ...
by paul.it@fsb.org.uk
Tue Apr 16, 2002 3:48 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Showing sub-menus on click--not mouseover
Replies: 1
Views: 2247

Showing sub-menus on click--not mouseover

I'm trying to make sub-menus show when you click the parent menu item (rather than passing your mouse over it). I figured that this is exactly what the variable labeled as

// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)

is for. However, when I set this to 1, the sub-menus don ...