Radio Buttons in Php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Krupa Kiran
    New Member
    • Apr 2007
    • 2

    Radio Buttons in Php

    Dear all, I have form with radio buttons, I want to call the radio button value to another form. how i can call please explain.

    Thanks & Regards,
    Kiran
  • rpnew
    New Member
    • Aug 2007
    • 189

    #2
    Originally posted by Krupa Kiran
    Dear all, I have form with radio buttons, I want to call the radio button value to another form. how i can call please explain.

    Thanks & Regards,
    Kiran
    Hi,
    You can set ID for your radio button and then using getElementById( ) you can get its value...

    Regards,
    RP

    Comment

    Working...