Click to See Complete Forum and Search --> : Pass Value in URL


Curtis Wagner
February 19th, 2001, 04:25 PM
I have a form with some radio buttons.
When the button on the form is clicked, a javascript function is called which in turn calls the window.open() function. I am trying to pass the value of the selected radio button with the URL, but the value that shows up in the URL is "undefined". There are two other values (date feilds)that I am passing in the URL with no problem.
Is there anything special that I have to do to pass a radio button value? Any ideas why it shows as undefined?