|
-
Aug 13th, 2001, 07:38 AM
#1
Thread Starter
Hyperactive Member
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 ?
-
Aug 13th, 2001, 04:26 PM
#2
Fanatic Member
You want to use the radio button to submit the form?
-
Aug 13th, 2001, 04:36 PM
#3
Thread Starter
Hyperactive Member
the radio button is just an option on the form.
-
Aug 14th, 2001, 05:02 AM
#4
Junior Member
What do you want to do with that radio button?
 Pinkfish Is NPC! 
-
Aug 14th, 2001, 10:15 AM
#5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|