Hi cLFlaVA, yes i'm trying to set the value not the control, not sure why its not working, i have the JS at the end of the page. Its a .Net drop down control that i'm trying to set:
form1.DropDownSpecialty.options[form1.DropDownSpecialty.selectedIndex].value=5;
I wonder if it won't work because of the .net control? THanks, i'll keep figuring this one out. I have coded for it to work using server side code, but i'm still puzzled why the script won't intantiate over the control