This is a very simple example where we can have single and multiple selection list box without the help of JAVASCRIPT, we are using only HTML, here is the code.
<html> <head> <title>Single / Multiple Selects</title> </head> <body> Drop down select with multiple choices<br /> Use SHIFT- or CTRL- for selection picks <select id="lstBxEmail_1" name="listBoxEmail" multiple="multiple"> <option>Java</option> <option>PHP</option> <option>Perl</option> <option>Javascript</option> <option>C#</option> <option>Powershell</option> </select> <p> Normal select box<br /> Try to make multiple selections here <select id="lstBxEmail_2" name="listBoxEmail" size="6"> <option>Java</option> <option>PHP</option> <option>Perl</option> <option>Javascript</option> <option>C#</option> <option>Powershell</option> </select> </p></body> </html>
Here we are just using the option MULTIPLE ![]()
Incoming search terms:
- multiple selection listbox (13)
- Multiselect listbox HTML (5)
- html listbox single select (5)
- powershell select box (4)
- jquery listbox example (4)
- html dropdown multiple select perl (3)
- disable multiple selection listbox in javascript (3)
- listbox using jquery in jsp (3)
- perl html listbox (3)
- multiple list box in jsp (3)
- multiselect dropdownlist using java (3)
- multiselect listbox in jsp (3)
- jQuery MultiSelect and jsp (3)
- multiple selection list box jquery (3)
- Lucida Sans Unicode fpdf (3)
- jquery multi select with php and mysql (3)
- jquery multiselect listbox demo (2)
- multiple select box in jsp demo (2)
- php multiple selection list box (2)
- jsp tutorial listbox with multiple (2)
- multiselect dropdown in jsp (2)
- javascript multi select listbox (2)
- php multiple select list video tutorial (2)
- multiselect dropdown jquery in php mysql (2)
- jquery listbox tutorial (2)
- how to prevent multiple update record in jsp mysql (2)
- how to prevent multiple selection in a listbox using javascript (2)
- multiple selection in dropdown in php jquery (2)
- Multiple select using js in jsp (2)
- jquery multiselect listbox# (2)
- jquery jsp listbox (2)
- how to bind data in a listbox with multiple selection using jquery (2)
- php listbox example with ajax (2)
- jquery listbox (2)
- powershell multi select drop down (2)
- drop down multiple select using ajax in jsp mysql (2)
- multiple selections in dropdownlist php mysql (2)
- disable multiple selection listbox javascript (2)
- multiple select jquery php mysql (2)
- html interview questions with multiple options (2)
You will also be interested in ,
- Text auto slide information box using javascript.
- Add to favorites or bookmarking using javascript in firefox and internet explore [IE]
- Change background color using php for a webpage
- Calendar Script Using Javascript [Updated]
- Custom Error Pages Using .htaccess
- Pass PHP Value To Javascript
- Adding and removing child nodes using javascript and DOM
- New horizontal drop down menu using css
- Close Event In Javascript For Firefox, IE and Chrome
