Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
checkbox
- Page 1
send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by ianhaneybs
I need some help with getting
checkbox
values sent to email using …form-check"> <input type="
checkbox
" name="oneway" class="form…form-check"> <input type="
checkbox
" name="return" class="form…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
I would begin by making sure that you sanitize input passed in via $_POST. This ensures that someone doesn't pass in something like `$POST['oneway'] = '</p>Foo!<strong>Blah</strong>` and completely screw up your HTML, or, worse yet, inject Javascript into your HTML. <p><b>One Way:</b> ' . …
Re: Checkbox Help
Programming
Web Development
16 Years Ago
by sasankasekhar
… '<td><input type=
checkbox
name=
checkbox
[] value='.$a[$g].'></td&…c_value = ""; var cb = document.getElementsByName('
checkbox
'); var tbl = document.getElementById("holder");//This …[0].checked) { //c_value = c_value + document.getres.
checkbox
[i].value + "\n"; c_value = c_value …
Checkbox help
Programming
Web Development
13 Years Ago
by thanhdo49th
…JAVA<br> <input type="
checkbox
" name="cd[]" value="0…<br> <input type="
checkbox
" name="cd[]" value="0…PYTHON<br> <input type="
checkbox
" name="cd[]" value="0… C#<br> <input type="
checkbox
" name="cd[]" checked="checked…
Re: Checkbox help
Programming
Web Development
13 Years Ago
by divyakrishnan
…name.'0'; ?>" type="
checkbox
" id="c" value="
checkbox
" /> ASP <input …name.'1'; ?>" type="
checkbox
" id="c" value="
checkbox
" /> JSP <input …name.'2'; ?>" type="
checkbox
" id="c" value="
checkbox
" /> PHP <input…
Checkbox Help
Programming
Web Development
16 Years Ago
by farahphp
…{ var c_value = ""; var cb = document.getres.
checkbox
; for (var i=0; i < cb.length ; …i++) { if (document.getres.
checkbox
[i].checked) { c_value = c_value + document.getres.
checkbox
[i].value + "\n"; }… '<td><input type=
checkbox
name=
checkbox
[] value='.$a[$g].'></td>…
checkbox
Programming
Web Development
11 Years Ago
by dukumanis
…lt;tr> <td><input type="
checkbox
" name=""><?php echo $row['…lt;tr> <td><input type="
checkbox
" name=""><?php echo $row['no_inventori…
Re: Checkbox Help
Programming
Web Development
16 Years Ago
by Drew
…] function updateopen() { var c_value = ""; var cb = document.getres.
checkbox
; for (var i=0; i < document.getres.length ; i… (document.myForm[i].type=="
checkbox
" && document.getres.
checkbox
[i].checked) { c_value += document.getres.
checkbox
[i].value + "\n"…
checkbox
Programming
Web Development
15 Years Ago
by sallycheng
…gt; <input name="apple" type="
checkbox
" id="apple" value="apple"…gt; <input name="bananan" type="
checkbox
" id="bananan" value="bananan"…gt; banana <input name="orange" type="
checkbox
" id="orange" value="orange" …
Re: checkbox
Programming
Web Development
15 Years Ago
by sourcebits
…QUOTE=sallycheng;1177373]It cannot display the value of the
checkbox
,please tell me what wrong of it! Thak you…gt; <input name="bananan" type="
checkbox
" id="bananan" value="bananan"…; banana <input name="orange" type="
checkbox
" id="orange" value="orange" …
checkbox help
Programming
Web Development
15 Years Ago
by ruwanaru
… "[B]div1[/B]" [CODE] <input type="
checkbox
" id="div1chk" /> <input type="…; id="div2chk" /> <input type="
checkbox
" id="div3chk" /> <div id="…
Re: checkbox help
Programming
Web Development
15 Years Ago
by Graphix
…;; } } </script> <input type="
checkbox
" id="div1chk" onclick="toggleVis('div1');"…; /> <input type="
checkbox
" id="div2chk" onclick="toggleVis('div2…');" /> <input type="
checkbox
" id="div3chk" onclick="toggleVis('div3…
Re: checkbox help
Programming
Web Development
15 Years Ago
by ruwanaru
…;; } } </script> <input type="
checkbox
" id="div1chk" onclick="toggleVis('div1');"…; /> <input type="
checkbox
" id="div2chk" onclick="toggleVis('div2…');" /> <input type="
checkbox
" id="div3chk" onclick="toggleVis('div3…
checkbox
Programming
Web Development
15 Years Ago
by hajjo
… in html and each line has
checkbox
... what I want to do.. I click on
checkbox
+shift button together in line 1… 1 to line 5... but if i click on the
checkbox
of line 1 without shift button..then click on line…
Re: Checkbox
Programming
Web Development
11 Years Ago
by ryantroop
…--> <head> <title>Perpetual
Checkbox
</title> <script type="text/javascript"…="onload();"> <input type="
checkbox
" name="whatever" value="1"…; </html> This would perpetually make your
checkbox
checked... maybe I am misunderstanding you and what you…
checkbox help
Programming
Web Development
14 Years Ago
by idane
… trying to put together and need some help with a
checkbox
. I have a form where the user enters data and…"> <br> TripMade:<input type="
checkbox
" name="TripMade"> <br> Notes…
Re: checkbox help
Programming
Web Development
14 Years Ago
by jrock2004
… trying to put together and need some help with a
checkbox
. I have a form where the user enters data and…"> <br> TripMade:<input type="
checkbox
" name="TripMade"> <br> Notes…
Re: checkbox help
Programming
Web Development
14 Years Ago
by idane
…"> <br> TripMade:<input type="
checkbox
" name="TripMade" value=""> <…;td><input name="TripMade" type="
checkbox
" value="<?php $TripMade ?>"> <…
Re: Checkbox
Programming
Databases
14 Years Ago
by hielo
…="post" ...> <input type="
checkbox
" name="hobbies[]" value="Reading"…;/> <input type="
checkbox
" name="hobbies[]" value="Biking"…;/> <input type="
checkbox
" name="hobbies[]" value="Traveling"…
Re: Checkbox
Programming
Databases
14 Years Ago
by v srinivasa rao
<form method="post" ...> <input type="
checkbox
" name="hobbies[]" value="Reading"/> <input type="
checkbox
" name="hobbies[]" value="Biking"/> <input type="
checkbox
" name="hobbies[]" value="Traveling"/> ... </form>
Re: checkbox help
Programming
Web Development
14 Years Ago
by idane
…. so far i have [CODE]TripMade:<input type="
checkbox
" name="TripMade" value="0">…
Re: checkbox help
Programming
Web Development
14 Years Ago
by idane
…"> <br> TripMade:<input type="
checkbox
" name="TripMade" value=""> <…
Re: Checkbox
Programming
Web Development
11 Years Ago
by LastMitch
>Does anyone know how to make a
checkbox
on a web page that always stays checked no matter what computer sees it? It would always stay checked on that exact web page? If anyone knows how to do this, that would be great :) You can take can look at this: http://forum.jquery.com/topic/retain-
checkbox
-state-with-refresh-of-page
Re: Checkbox
Programming
Web Development
11 Years Ago
by stbuchok
ok, so you want a
checkbox
on a page that is always checked and people can't uncheck it? here: <input type="
checkbox
" checked disabled="disabled" />
Checkbox
Programming
Databases
14 Years Ago
by Shaswat
How do you find out how many checkboxes have been checked for given Question? For example, you have question called "Hobbies:"with
checkbox
options of Reading, Biking, Travelling., I want get the count of the hobbies.
checkbox
Programming
Databases
12 Years Ago
by cherry love
how to use
checkbox
in accessform that will ouput a text on accesstable?
Re: checkbox
Programming
Databases
12 Years Ago
by JorgeM
Can you clarify your question? If you click on a
checkbox
, you want to show data? Where is this form, web based?
Checkbox
Programming
Web Development
11 Years Ago
by B0716L
Does anyone know how to make a
checkbox
on a web page that always stays checked no matter what computer sees it? It would always stay checked on that exact web page? If anyone knows how to do this, that would be great :)
Re: Checkbox
Programming
Web Development
11 Years Ago
by crescendo
In PHP,you can do like this: <input type="
checkbox
" name="myCheckbox" <?php if ($_REQUEST['myCheckbox']) echo 'checked'; ?>>
checkbox - unchek
Programming
Web Development
16 Years Ago
by forzadraco
…;NgebatesinCheck()">empat 5.<input type="
checkbox
" id="a5" name="pilihan[]&…;NgebatesinCheck()">delapan 9.<input type="
checkbox
" id="a9" name="pilihan[]"…;NgebatesinCheck()">sembilan 10.<input type="
checkbox
" id="10" name="pilihan[]"…
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