Oct 14, 2002 #1 iminore Programmer Sep 3, 2002 50 GB The html 'option' tag has no onclick event in IE. Does anyone know how to handle this.
Oct 15, 2002 #2 geeteshk Programmer Aug 19, 2002 58 IN you can use scripts such as javascript or vbscript instead Upvote 0 Downvote
Oct 15, 2002 1 #3 Stoemp Programmer Sep 25, 2002 389 BE The 'select' tag has an onClick event though. There you can perform the routine you wrote. In this routine you can test which option is checked. Upvote 0 Downvote
The 'select' tag has an onClick event though. There you can perform the routine you wrote. In this routine you can test which option is checked.
Oct 15, 2002 #4 xutopia Programmer Apr 4, 2002 2,001 CA i'd do what Stoempt said. It's the only way to go about it. Gary http://www.xutopia.com Haran Upvote 0 Downvote
Oct 15, 2002 Thread starter #5 iminore Programmer Sep 3, 2002 50 GB using onclick in <select> doesn't help - the user hasn't selected an option at this point, he's just clicked to display the list. Upvote 0 Downvote
using onclick in <select> doesn't help - the user hasn't selected an option at this point, he's just clicked to display the list.
Oct 15, 2002 #6 Stoemp Programmer Sep 25, 2002 389 BE try the onChange event this should work too Upvote 0 Downvote
Oct 15, 2002 #7 Stoemp Programmer Sep 25, 2002 389 BE and when the onChange event does not work (I doubt it) you can try some other ones you find on this page: http://www.htmlcompendium.org/events-list/Eselect.htm Upvote 0 Downvote
and when the onChange event does not work (I doubt it) you can try some other ones you find on this page: http://www.htmlcompendium.org/events-list/Eselect.htm
Oct 15, 2002 Thread starter #8 iminore Programmer Sep 3, 2002 50 GB onChange in the <select> tag does work - I could have sworn I'd tried that. Many thanks Upvote 0 Downvote
Oct 15, 2002 #9 xutopia Programmer Apr 4, 2002 2,001 CA I give a star to Stoemp for having the right answer Gary http://www.xutopia.com Haran Upvote 0 Downvote
Oct 16, 2002 #10 Stoemp Programmer Sep 25, 2002 389 BE You're welcome! Thanks for the star ;-) Upvote 0 Downvote