-
Quick and easy question
How would I pull this up in VB
<input type="radio" selected name="TileSet" value="5">
I'm using a Inet control to "Click" the 5th radio buton and sumbit the form
The submit works.. looks like
web.Document.Forms(0).submit
How do I use the radio button like this ?
-
You want to use the radio button to submit the form?
-
the radio button is just an option on the form.
-
What do you want to do with that radio button?
-
I don't think it is possible to do what your thinking.
only thing you can do with an option is select it or deselect it. or check if it is selected or not with "if" statements.