hello all! I was wondering if anyone knew how I could make items in my form hide themselves on an event firing for instance.
<Form Name="whatever">
<SELECT ID=cboPromotionType NAME=cboPromotionType STYLE="font-size:9pt; width:120px; COLOR=navy">
<OPTION VALUE="P">Standard Promotion</OPTION>
<OPTION VALUE="I">Implementor Promotion</OPTION>
</SELECT>
</FORM>
Is there a way that I can get a function to fire when a user makes a selection in this box and make another input box like a text box or something to hide itself? I need to make things on page disappear if Implementor Promotion is selected and if it is unselected I need to make them appear again. Can someonehelp!
<Form Name="whatever">
<SELECT ID=cboPromotionType NAME=cboPromotionType STYLE="font-size:9pt; width:120px; COLOR=navy">
<OPTION VALUE="P">Standard Promotion</OPTION>
<OPTION VALUE="I">Implementor Promotion</OPTION>
</SELECT>
</FORM>
Is there a way that I can get a function to fire when a user makes a selection in this box and make another input box like a text box or something to hide itself? I need to make things on page disappear if Implementor Promotion is selected and if it is unselected I need to make them appear again. Can someonehelp!