sandeep.more97 Posted December 30, 2009 Share Posted December 30, 2009 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. Link to comment https://forums.phpfreaks.com/topic/186695-how-to-read-values-of-radio-buttons-generated-using-ajax/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.