TheConeHead
Programmer
OK I am locking a select via:
document.forms["formb"].elements["tech"].disabled=true;
while this does lock the select - it also takes away the value of the select so when I submit the form the value t=for this select comes back "undefined" - is there any way to lock a selct but not lose the value?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
document.forms["formb"].elements["tech"].disabled=true;
while this does lock the select - it also takes away the value of the select so when I submit the form the value t=for this select comes back "undefined" - is there any way to lock a selct but not lose the value?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)