CGI widgets

new topic     » topic index » view thread      » older message » newer message

On this site
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
you will find this example:

<html>
<body>

<form action="">
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
</form>

</body>
</html>


Questions:

1. Is there a way to clear the data and put in different data?

2. Is there something in html that looks like a listbox
or a listcontrol instead of a combobox?

3. If YES to 1 and 2, then is there really clear and complete
documentation on html (or dhtml or whatever)?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu