autodefrost
MIS
I have a working javascript dropdown menu, I can get it to link the page that I want, but I would like the page to open in a new browser window. I've tried adding basic HTML things like:
"target=_new"
"target=_blank"
target="_new"
target="_blank"
;_blank
:_new
and following the directions listed in the JS document.
but cannot get it to work - any help would be greatly appreciated.
The link is:
DQM_url1_5 = "2007-08-27_TermsCond.pdf"
and the only other text is in the document is :
3---Unique sub menu item URL targets may be defined with the
following parameter option. Allowable 'DQM_urltargetX' param values
include... _self, _parent, _new, or "my frame name".
DQM_urltargetX = "_new"
"target=_new"
"target=_blank"
target="_new"
target="_blank"
;_blank
:_new
and following the directions listed in the JS document.
but cannot get it to work - any help would be greatly appreciated.
The link is:
DQM_url1_5 = "2007-08-27_TermsCond.pdf"
and the only other text is in the document is :
3---Unique sub menu item URL targets may be defined with the
following parameter option. Allowable 'DQM_urltargetX' param values
include... _self, _parent, _new, or "my frame name".
DQM_urltargetX = "_new"