Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
radio-button
- Page 1
Radio button
Digital Media
UI / UX Design
10 Years Ago
by glindhot
…;>Mathematics <br /> <input type="
radio
" name="Wed" value="Class 5"…student chooses a 10-week course, run on Wednesdays. The
radio
button
works fine and only selects one subject. You will see…either course, or both. So, here is my problem: the
radio
button
at present selects only one of the courses, but I…
Re: Radio button
Digital Media
UI / UX Design
10 Years Ago
by Sugmuffen
… <br /> <input type="
radio
" name="Wed" value="Class 1… <br /> <input type="
radio
" name="Wed" value="Class …Mathematics <br /> <input type="
radio
" name="Thu" value="Class …to give either the Physics or Astronomy
radio
button
a different name tag.
Re: radio button
Programming
Web Development
15 Years Ago
by sleign
…Hi all, how can i send the value selected by
radio
button
to the next page. thank u.[/QUOTE] on the… first page where your
radio
button
is make sure you have a value for the… that you do your processing on you just call that
radio
button
by its name: [code] $buttonValue = $_POST['radioButtonName']; [/code] …
Radio button
Programming
Web Development
16 Years Ago
by darkraider
I try alot of way but still cant the
radio
button
to work. i need the user to select one of …"> <br>Gender: <input type="
radio
" name="gender" value="Male" id…="Male">Male <input type="
radio
" name="gender" value="Female" id…
Re: Radio button
Programming
Web Development
16 Years Ago
by darkraider
Still cant get the
radio
button
to work, if i nv select it giv me the …;Red"]<br>Gender: <input type="
radio
" name="gender" value="Male">…;Male <input type="
radio
" name="gender" value="Female">…
radio button
Programming
Web Development
15 Years Ago
by supuser
… as section_master with attributes id, section, sectiontype. I have 3
radio
buttons in sectiontype as office chamber residence I have created… select list for section. When i wish to choose the
radio
button
office. i want to show only those sections in the…
Re: radio button
Programming
Web Development
15 Years Ago
by HarryJackson
… as section_master with attributes id, section, sectiontype. I have 3
radio
buttons in sectiontype as office chamber residence I have created… select list for section. When i wish to choose the
radio
button
office. i want to show only those sections in the…
radio button
Programming
Software Development
12 Years Ago
by mzeewashooo
i am using c# and i have radion buttons that i want to check them, then when i click ok
button
it takes me to the required form corresponding to the text on the
radio
button
. thanks
Re: radio button
Programming
Software Development
12 Years Ago
by hericles
So you want to add code in your
button
click that clicks if the particular
radio
button
is checked and redirect as appropriate. if(RadioButton1.Checked) { // do something } else if (RadioButton2.Checked) { // do something else } Is that what you are after?
Re: radio button
Programming
Software Development
12 Years Ago
by mzeewashooo
yes i have done that. but between the culy brackets i want to navigate to another form. i want to go to the donation table when i have checked the
radio
button
and clicked the ok
button
. so what should i put in between the { } so that i can navigate to the other form.
radio button
Programming
Web Development
19 Years Ago
by vaisakh
hw can i validate the
radio
button
for if it si checked or not can i do this by required field control.if no hw can i do this
Re: radio button
Programming
Web Development
19 Years Ago
by web_developer
man do u know anything about programming, ur questions are easy t check the
radio
button
, just use its name with checked method ex: if (radio1.checked) then else end if my advice to u coz u r weak and inorder to get better, u search for answer, google it man dont depend on anyone, u have to try solving ur problems sam
radio button
Programming
Web Development
15 Years Ago
by niths
Hi all, how can i send the value selected by
radio
button
to the next page. thank u.
Re: Radio Button and looping
Programming
Web Development
15 Years Ago
by Airshow
… currently selected
radio
button
(by taking the id of the current
radio
button
and replacing "
radio
" with…[icode]var currentCountFieldId[/icode] to track which
radio
button
is currently selected. This avoids having to loop…ie. function) to each
radio
button
, to set [icode]currentCountField[/icode] to that
radio
button
's id. [*]Modify the…
Radio button group with different names
Programming
Web Development
13 Years Ago
by divyakrishnan
Hi, I want to create a group of
radio
button
(2 buttons on a group) by dynamically with different …retrieve the values on PHP. There is a problem with
radio
button
name. The code I used is listing below.By clicking… Add more
button
the
button
is displaying..By clicking submit
button
the form is submitted.. [U]main…
Re: Radio Button Validation
Programming
Web Development
15 Years Ago
by muralibobby2015
…t get any of my attempts to validate the
radio
button
to work. If either of the buttons is clicked…; Administrator: <input name = "menu" type="
radio
" value="Administrator" > Member : <input…gt; <input type='submit' value = 'Select a Radion
Button
'> <?php if (isset($_POST['menu'])) { <…
Re: Radio button and textbox
Programming
Web Development
15 Years Ago
by star_lavender
… below. But why it show in all textbox once a
radio
button
was clicked? Moreover, it didn't calculate the value I… expected. For example, for question 1, no matter what
radio
button
(1,2,3,4,5) I clicked, it remains show…'t the .value property will read the value for that
radio
button
(for example, value 1,2,3,4,5) when it…
radio button value issue in Registration form
Programming
Web Development
9 Years Ago
by rpv_sen
… database. I am facing an issue in getting relavent
radio
button
value. suppose if i select 1 or 2 or… 3
radio
button
, by default it display 1
radio
button
value. please help me to fix …label> <label class="
radio
-inline"><input type="
radio
" id="upgrade" …
Radio Button Validation
Programming
Web Development
15 Years Ago
by cemoyer
…t get any of my attempts to validate the
radio
button
to work. If either of the buttons is clicked…; Administrator: <input name = "menu" type="
radio
" value="Administrator" > Member : <input…gt; <input type='submit' value = 'Select a Radion
Button
'> <?php if (isset($_POST['menu'])) { <…
Re: Radio Button Validation
Programming
Web Development
15 Years Ago
by cemoyer
…<input name = "menu" type="
radio
" value="Administrator" > Member :…;input type='submit' value = 'Select a Radion
Button
'> </html> [/CODE][/QUOTE] This…user to a login page from the
radio
button
page, which I can get to … error if the submit
button
is clicked without clicking a
radio
button
first.
Radio Button and looping
Programming
Web Development
15 Years Ago
by kiyu2keith
… is that when you click on the
Radio
button
then click the result
button
it should give an alert with number…number is how may times youve clicked the result
button
with the
radio
button
on) This is my code use: [code]&…; <input type="
radio
" name="myradio2" /> <input type="
button
" onClick="result()"…
Radio Button onClick Javascript calling only once
Programming
Web Development
14 Years Ago
by gskoli
…i have called javascript function on
radio
button
selection , Ex. Suppose There are 3
Radio
Button
. Let us consider i have… clicked on one
radio
button
then javascript is called …i dont want to let it happen , If
radio
button
value got changed then only javascript should call Please …
Radio button lists & required field validators
Programming
Web Development
14 Years Ago
by johnt68
… If I have one
radio
button
list with one required field validator and I press a submit
button
without making a choice I… that I am having is that if I have four
radio
button
lists, each with a required field validator - then if … try to continue and make one choice from the four
radio
button
lists, then of course the other three errors still show…
Re: Radio button selection problem
Programming
Web Development
13 Years Ago
by dashawk
…script will only be triggered when the any of the
radio
button
is clicked so i don't need to click a…substring(3,4); //this should get the number of the
radio
button
id example ans2, we will get 2 // then this should… get the
radio
button
value clicked that is under #question1, #question2 div etc... var…
Radio button sends value as Male=on or Female=on
Programming
Web Development
9 Years Ago
by Subhankar_1
My code below has a
radio
button
in the form to select the Sex.…gt; </div> </div> <!--
Button
--> <div class="form-group">…; class="btn btn-primary">Submit</
button
> </div> </div> …
Radio button in Grid View not getting checked !!!!
Programming
Software Development
14 Years Ago
by Shantanu88d
… in a gridview. In that i have added a
radio
button
. I have written a code which will get row …i am getting even name of that
radio
button
, but it is showing me that
radio
button
is not checked, even when it… Exit For End If Next[/CODE] Even when a
radio
button
is checked the code never enters the if block. …
Radio Button Group and Listview Selecton helppp!
Programming
Mobile Development
13 Years Ago
by mayback230
…to App development, I have 2
radio
buttons(
radio
group), and a Generate list"
button
" that i want to control…20 items. When you select
radio
button1=10, and click "generate list"
button
it should take me to …only "10 random" items
radio
button
and click "generate list"
button
it should take me to a new…
Re: radio button value issue in Registration form
Programming
Web Development
9 Years Ago
by James_43
… be accurate since you only want one value from the
radio
button
, or you would be using a checkbox. You can only… select one
radio
button
within a form, so the value is unset when you…
Radio button and textbox
Programming
Web Development
15 Years Ago
by star_lavender
… marks. At first, I had created the
radio
buttons and textboxes for user to insert the …which means that when the user select the
radio
button
, the system will automatically calculate and display the…5 and rating=1,2,3,4,5 (
radio
button
) and user select 1, therefore the textbox …10 and rating=1,2,3,4,5 (
radio
button
) and user select 3, I believe that …
radio button problem in jsp
Programming
Web Development
14 Years Ago
by Manojo7
…Examination.. can i give a variable as value in
radio
button
???? Here is my code [CODE] <% try…/*when i give value as code above in
radio
button
, the below code is not displaying*/ out.…gt;"); out.println("<input type='
radio
' name='n1'>"); out.println(rs.…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC