i want a code for a question with 4 choices using radio buttons
adiga 0 Newbie Poster
Recommended Answers
Jump to PostHey Adiga
Just try the following code if there is something you dont understand feel free to ask someone or me would explain
//JavaScript Code for radio Button var chkStatus = false; for(var x = 0; x < document.frmGames.optStatus.length; x++) { if(document.frmGames.optStatus[x].checked) { chkStatus = true; …
Jump to PostAnytime...... anyway I havent forgot about what we talked about in the last few weeks, I hope that u did understant my code coz to tell the truth for me to understand someone's code takes some while let alone when I have no idea what the code does
All 5 Replies
ardeezstyle 0 Light Poster
adiga 0 Newbie Poster
Traicey 10 Posting Whiz in Training
adiga 0 Newbie Poster
Traicey 10 Posting Whiz in Training
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.