E Electric Amish Elite Member Oct 11, 1999 23,578 1 0 Nov 4, 2004 #1 Is there a way to activate/inactivate an HTML Form Drop down list?? Thanks.
D DnetMHZ Diamond Member Apr 10, 2001 9,826 1 81 Nov 4, 2004 #2 I know it is possible using JavaScript, not sure about straight HTML. Just by manipulating the value below from true to false or vice versa document.FormName.BoxName.disabled = true
I know it is possible using JavaScript, not sure about straight HTML. Just by manipulating the value below from true to false or vice versa document.FormName.BoxName.disabled = true