T
Tony
On PageA I have:
<Input Type="CheckBox" Name="chkBox" Size="1" Value="True"
checked>
Which works fine!
On PageB I have;
<%If Request("chkBox")=True Then
Response.Write "True"
Else
Response.Write "False"
End If%>
This is where I am having trouble.
Can I see if the Check Box has been checked in VBScript or
do I have to use Java?, where I am very poor.
This is the fifth time I have submitted this. Either I am
having a difficult time understanding what I have been
instructed or it might be more difficult than people
think. I am not a very good programmer, I am a math
teacher and loved assembler. This object stuff confuses
me.
Thanx in Advance
Tony Zine
<Input Type="CheckBox" Name="chkBox" Size="1" Value="True"
checked>
Which works fine!
On PageB I have;
<%If Request("chkBox")=True Then
Response.Write "True"
Else
Response.Write "False"
End If%>
This is where I am having trouble.
Can I see if the Check Box has been checked in VBScript or
do I have to use Java?, where I am very poor.
This is the fifth time I have submitted this. Either I am
having a difficult time understanding what I have been
instructed or it might be more difficult than people
think. I am not a very good programmer, I am a math
teacher and loved assembler. This object stuff confuses
me.
Thanx in Advance
Tony Zine