Results 1 to 4 of 4
  1. #1
    access_man is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    7

    Radio Button Select in WebBrowser

    How can I choose this radi button?Thanks...




    <input type="radio" name="kisiIndexNo" value="0" onclick="document.forms[0].action.value='kisiDegisti';document.forms[0].submit();">

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    see here:

    http://www.access-programmers.co.uk/...d.php?p=993845

    additionally, if you took the time to search the other forum that this thread was duplicated on: http://www.access-programmers.co.uk/...d.php?t=200814

    you may have found the FAQ on your own...

    HTH!

  3. #3
    access_man is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    7
    Thanks.

    WebBrowser.document.getElementById("kisiIndexNo").value = "0"


    True?

  4. #4
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by access_man View Post
    Thanks.

    WebBrowser.document.getElementById("kisiIndexNo").value = "0"


    True?
    that looks about right. whatever is in that faq article should be correct. I remember checking everything in it.

    what is 'webBrowser'?? the name of your browser? the variable in code?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 10-22-2010, 10:11 AM
  2. Replies: 13
    Last Post: 07-26-2010, 03:38 PM
  3. option group radio buttons
    By ManC in forum Forms
    Replies: 9
    Last Post: 03-08-2010, 03:46 AM
  4. Select Radio Button and another one turns off
    By Lockrin in forum Programming
    Replies: 1
    Last Post: 02-09-2010, 02:17 PM
  5. Replies: 6
    Last Post: 02-09-2010, 07:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums