Jump to content

How to read values of radio buttons generated using Ajax..


sandeep.more97

Recommended Posts

Hi all,

I am PHP beginner..

In one application i want to read values of radio button in java script which are generated using Ajax..

Other radio buttons are accessible.

The code generated using ajax is..

<code>

<input type='radio'  name='Horizontal_Alignment|2' value='2|Left|' checked/>Left<br/>

<input type='radio'  name='Horizontal_Alignment|2' value='2|Right|'/>Right<br/>

<input type='radio'  name='Horizontal_Alignment|2' value='2|Center|'/>Center<br/>

 

<input type='radio'  name='Layout_Width|1' value='1|Fixed|10' checked/>Fixed<span class='txtBlack'>.....................................................................</span>  <span class='txtOrange'><sup>$</sup>10</span><br/>

 

<input type='radio'  name='Layout_Width|1' value='1|Flexible|29'/>Flexible<span class='txtBlack'>

 

</code>

 

....thanx to all of you, TC.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.