I would like to make different text boxes for fill in show if the Round Product is picked or the Square product is picked from a Drop down combo box.
here is my Starting code:
----------------------------
<script Language="VBScript"><!--
Sub ProdType_onchange
Set theForm = document.FrontPage_Form1
If (theForm.ProdType.selectedindex = 1) then
msgbox "Round"
ElseIf (theForm.ProdType.selectedindex = 2) then
msgbox "Rectangle"
ElseIf (theForm.ProdType.selectedindex = 3) then
ElseIf (theForm.ProdType.selectedindex = 4) then
End if
End sub
--></script>
--------------------
Do I have to make a subroutine ????
or ????
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
here is my Starting code:
----------------------------
<script Language="VBScript"><!--
Sub ProdType_onchange
Set theForm = document.FrontPage_Form1
If (theForm.ProdType.selectedindex = 1) then
msgbox "Round"
ElseIf (theForm.ProdType.selectedindex = 2) then
msgbox "Rectangle"
ElseIf (theForm.ProdType.selectedindex = 3) then
ElseIf (theForm.ProdType.selectedindex = 4) then
End if
End sub
--></script>
--------------------
Do I have to make a subroutine ????
or ????
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive