i need a solution.. i want to transfer a numeric value from a combo.. according to value with ajax/javascript i want to create radio button.. suppose i send 3 then , it will show 3 radio button.. plz help me... here is the javacript code
function radio_b(){
var a=document.getElementById("radio_button").value;
for(i=0;i<a;i++){
document.getElementById("rent_error").innerHTML="<input type='radio' value='V1' checked name='R1'>
<font color='Red'>Radio</font>";
}function radio_b(){
var a=document.getElementById("radio_button").value;
for(i=0;i<a;i++){
document.getElementById("rent_error").innerHTML="<input type='radio' value='V1' checked name='R1'>
<font color='Red'>Radio</font>";
}
pranto157 0 Newbie Poster
ShawnCplus 456 Code Monkey Team Colleague
peter_budo commented: Nice work +7
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.