Tip: You can modify some of the code before running
<p><! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 transitional//en" ><br/> <ptml><br/> <pead><br/ > <TITLE> New Document </title><br/> <meta name= "generator" content= "EditPlus" ><br/> <meta name= "Author" content= "><br/> <meta name=" Keywords "content=" "><br/> <meta-NAME=" Description "content=" "><br/> </HEAD></p> <p><body><br/> <select name=" Sel "><br/> <option value=" "> Label one </option><br/> <option value=" "> Label two </option><br/> </select><br/> <input type= "text" name= "TXT" ><input TYPE= "button" Name= "BTN" value= "Add" onclick= "Javascript:add (txt.value); txt.value= '" ><br/> <script JavaScript "><br/> <!--<br/> function Add (Vale) {<br/> & nbsp var sel = document.getElementById (' sel '); <br/> Sel.add (New Option (vale,sel.length)); <br/> Sel.selectedindex = sel.length-1;<br/>}<br/>//--><br/> </script><br/> </BODY><br/> </ Html></p>
Tip: You can modify some of the code before running