Creating a dynamic radio button from a function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rob Venable

    Creating a dynamic radio button from a function


    Hi,
    Does anyone know the syntax for creating a dynamic radio button from a
    Javascript function. I think it's something like:
    var btn = new radio( some arguments );

    but I don't know the arguments or if this is even right.

    Any help would be appreciated.

    Thanks
    Rob


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • mscir

    #2
    Re: Creating a dynamic radio button from a function

    Rob Venable wrote:[color=blue]
    > Does anyone know the syntax for creating a dynamic radio button from a
    > Javascript function.[/color]
    <snip>

    This should get you started, notice the fix in the last post in the
    discussion.



    Comment

    Working...