vanillapod
MIS
Hi I've got a <Select> and I want some of the <options> to have an onclick event to open a new window. I've tried
but it doesn't seem to work??? Can anyone tell me whether I can only apply onClick to the entire select box or can I do it to individual options???
Cheers
Code:
<option value="myvalue" onclick="javascript:popup(mypage.asp)">MyValue</option>
but it doesn't seem to work??? Can anyone tell me whether I can only apply onClick to the entire select box or can I do it to individual options???
Cheers