D
DL
I thought the following syntax would disable a form's selec t element
but it fails IE7 on Windows XP:
document.forms['visaApplication'].elements['Type1'].disabled = true;
Is there something wrong above or ?
Thanks.
but it fails IE7 on Windows XP:
document.forms['visaApplication'].elements['Type1'].disabled = true;
Is there something wrong above or ?
Thanks.