Menu item window popup
2006/08/30 03:30
Viewed 3015 times
Replies: 1/2

Hi,

Just wondering how to have a new window pop up when clicking on a menu item (ie. window.open()). The onclick event doesn't seem to get fired and I need to control the new window so target="_blank" is not an option.

Thanks in advance for any help.

Scott

Re: Menu item window popup
2006/08/30 11:50
Viewed 4643 times
Replies: 1/1

Try assigning the onclick event on the <li> element, rather than the <a>.

last
Re[2]: Menu item window popup
2006/09/01 03:26
Viewed 6143 times
Replies: 0/0

Ah-ha. Perfect - thankyou.

last
Google