Help for this page

Select Code to Download


  1. or download this
    <select name="choose" onChange="this.form.submit()">
    <option value="mumble"> mumble </option>
    </select>
    
  2. or download this
    <select name="choose" onChange="document.location.href=this.options[th
    +is.selectedIndex].value">
    <option value="/path/page.html"> mumble </option>
    </select>