I have the HV Menu on my site, but I want to be able to open a new window when a link is selected. I have tried putting the target="_blank" in and target='_blank' and target=_blank but none of them work. Any suggestions?
Announcement
Collapse
No announcement yet.
New Window for HV Menu
Collapse
X
-
"javascript:NewWin=window.open('http://www.cnn.com','NWin'[,'Options']);window['NewWin'].focus()"
Options can be (among others) toolbar=yes/no, location=yes/no, status=yes/no, menubar=yes/no,scrollbars=yes/no, resizable=yes/no, top=#, left=#, width=#, height=#
"javascript:NewWin=window.open('http://www.cnn.com','NWin','width=400, height=300');window['NewWin'].focus()"
Comment
Comment