Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Leandro_Brazil #1
Taking a value from a radio button
Hi,
I?m trying to take a value from a radio button. But I?m don?t getting.
I tried with a code, like that:
...
var frm = document.forms[0];
var item_label = frm.item_label.value;
insertCode = '<leandro>' + item_label + '</leandro>';
...
But I?m taking this value only: <leandro>undefined</leandro>
How to take?
Leandro_Brazil Guest
-
radio button
i have 2 radio button and i want to set the 1st one is defaul <CFSET typeA = 'exempt'> <INPUT type='radio' name='typeA' value ='exempt'... -
Radio Button vSpacing
Hello! I know this has to be really simple, but I can't seem to get it right. I have a flash survey that pulls the questions and radio buttons... -
Radio button: deselecting
Hi, I have created a pdf form that has radio buttons. When in Reader or Acrobat and i select one it turns black like it is suppose to, but when... -
Radio Button Help me please!
Hi I need help quick! let me explain my problem: Ičve made a form in flash with textfields and radio buttons. It submits the data from the... -
Radio Button without using a defined value
Is there any way to set up a radio button so that one can click it on or off. I just want one button, not a series and am able to deselect it. ...



Reply With Quote

