Results 1 to 4 of 4

Thread: RESOLED: Radiobox

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2012
    Posts
    4

    Question RESOLED: Radiobox

    Is there any way to automaticly check a option in a radiobox(in a browser) if it has no id in it?

    In my application I have a webbrowser which automaticly goes to a .html file that has the following script:
    Code:
    <html><form><input type="radio" class="radio" name="d" value="2" checked="checked">abc
    <br>
    <input type="radio" class="radio" name="d" value="3">def
    <br>
    <input type="radio" class="radio" name="d" value="4">ghi</form></html>
    Also there is a button and when I click it it should select the option 'ghi'. Now most solutions I found use the id in the input. But in this input there isn't any id.

    Anyone knows how to do this?
    Last edited by brue; Jan 2nd, 2012 at 05:53 PM.

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