For some reason Internet Explorer 6.x seems to ignore this event handler. Perhaps because it was set as a simple attribute and perhaps IE interprets event handlers as something different. Anyway, replacing it with following code now seems to work in all maojor browsers. At least I've tested it now with IE, Firefox, Opera9 and Safari.
selectbox.onchange=function(){redirect(selectbox.value);};
If you find some other problems esp. with Internet Explorer, please let me know using the comment form below or the contact form :)
blog comments powered by Disqus