I don't know much about javascript at all. I need to blur or set the focus elsewhere after clicking an option in a select box.(so that the mousewheel scrolls the page and not the options)
it seems logical the way i put it. i also tried using a seperate onChange event. din't work.
Code:
<select onChange="document.location = document.htmlMenu.htmlSelList.options [document.htmlMenu.htmlSelList.selectedIndex].value; document.htmlMenu.htmlSelList.blur();" name="htmlSelList" size="1" style="background:#eee; font-family:arial; font-size:12; color:#930030;">