Click to See Complete Forum and Search --> : select onchange


Webskater
11-11-2003, 07:47 AM
<select> boxes are exposed to the onchange event which you can use to call a function.
Is there a way of calling a function if someone makes a selection from a list box and then changes their mind and changes it back to its original state? When you change a select box back to its oringanl state, the onchange event does not occur.
Thanks for any help.