I have a Website set up with javascript menus - and they work great. I am now setting up an Intranet - and using the same js menuing - HOWEVER - since many of the links for the Intranet are linked directly to files (Word, Excel) - I need them to open in new windows, so the user gets their ussusal working environment when they open them. instead of the IE window.
Here's an example of my menus (I'm just leaving 1 drop down) - the first one is the original
startMainMenu("tab_totalsupport_left.gif",25,8,2,2,0)
mainMenuItem("tab_totalsupport_b1",".gif",25,45,loc+"../survey.doc","","Survey",2,2,"tab_totalsupport_plain");
endMainMenu("tab_totalsupport_right.gif",25,8)
here is my try for a new window.. however I get an error: Expected ')' -- and the menu does not load...
startMainMenu("tab_totalsupport_left.gif",25,8,2,2,0)
mainMenuItem("tab_totalsupport_b1",".gif",25,45,javascript:window.open(loc+"../survey.doc"),"","Survey",2,2,"tab_totalsupport_plain");
endMainMenu("tab_totalsupport_right.gif",25,8)
I'd appreciate any help - thanks in advance for your time!!!!
Cindy
startMainMenu("tab_totalsu
mainMenuItem("tab_totalsup
endMainMenu("tab_totalsupp