Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Javascript only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
Javascript
Listbox containing check boxes
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
pradeep
#1
Listbox containing check boxes
Jun 27 '08, 07:14 PM
Hi,
I want to display Listbox containing check boxes in HTML.
How can i do this ?
Can you guide me.
SAM
#2
Jun 27 '08, 07:14 PM
Re: Listbox containing check boxes
pradeep a écrit :
Hi,
I want to display Listbox containing check boxes in HTML.
How can i do this ?
Can you guide me.
<ul>
<li><iput type=checboxbla h 1</li>
<li><iput type=checboxbla h 2</li>
<li><iput type=checboxbla h 3</li>
</ul>
or
<label for="c_1">Blah 1</label>
<input ud="c_1" type=checkbox>
<label for="c_2">Blah 2</label>
<input ud="c_2" type=checkbox>
<label for="c_3">Blah 3</label>
<input ud="c_3" type=checkbox>
or :
<label for="c_1">Blah 1
<input ud="c_1" type=checkbox></label>
<label for="c_2">Blah 2
<input ud="c_2" type=checkbox></label>
<label for="c_3">Blah 3
<input ud="c_3" type=checkbox></label>
Now it is only a question of css to simulate a Listbox.
(and perhaps a bit of JS to launch something when clicking on a label)
--
sm
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment