[whatwg] Quick thought on the Combo Box problem...

Matthew Raymond mattraymond at earthlink.net
Tue Jun 29 17:22:04 PDT 2004


Sample Code:

<html>
<head><title>Combo Example</title></head>
<body>
   <form>
     <input type="text" id="combotext" name="combotext" />
     <combo for="combotext">
       <comboitem value="Item 1" />
       <comboitem value="Item 2" />
       <comboitem value="Item 3" />
     </combo>
     <script language="ECMAScript" src="nonWF2_dropdown.js"></script>
   </form>
</body>

Bye!



More information about the whatwg mailing list