<form name="vegForm" action="veg.aspx" >
    <select onchange='this.form.submit()'>
          <script type="text/javascript">
             for (i = 0; i < veg.length; i++) {
                 document.write('<option>')
                veg[i]                   
                 document.write('</option>')                    
            }
         </script>            
     </select>
 </form>
As you can imagine im quite new and having problem witht the above :/ Any help much appreciated!
 
     
     
     
    