esthera
02-25-2007, 01:47 PM
i'm trying to right code that if the checkbox is checked then the bill to fields will copy the ship to fields
so i'm using the code: document.registration.sfirstname.value=document.registration.bfirstname.value;
document.registration.slastname.value=document.registration.blastname.value;
this works for text boxes but country is select box -- how can I have this work to copy over the selected field by the country select box?
so i'm using the code: document.registration.sfirstname.value=document.registration.bfirstname.value;
document.registration.slastname.value=document.registration.blastname.value;
this works for text boxes but country is select box -- how can I have this work to copy over the selected field by the country select box?