Drop Down Boxes

wxdqz

New Member
Hi,

I have a drop down list where if a user changes the currently selected option, some js code does a check, and if the user disagrees with it, then the option selected in the drop down list goes back to the original one.

Well that's what I would like to do. I am having problems in getting the drop down list to jump back to the original option.

I have the following code so far:

document.form3.regCountry
Code:
.checked=true;

where 'regCountry' is the Select box name and 'Code' is the option value I would like to jump to within the drop down list.

Any help would be most appreciated.

Thanks
Alexis
 
Back
Top