Results 1 to 5 of 5

Thread: Quick and easy question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Chesterfield, Mi
    Posts
    259

    Talking 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 ?

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    You want to use the radio button to submit the form?
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Chesterfield, Mi
    Posts
    259
    the radio button is just an option on the form.

  4. #4
    Junior Member
    Join Date
    Aug 2001
    Location
    Israel
    Posts
    26
    What do you want to do with that radio button?
    Pinkfish Is NPC!

  5. #5
    scoutt
    Guest
    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
  •  



Click Here to Expand Forum to Full Width