I have used this method a thousand times before to auto-submit a form, for some reason I cannot get it to work this time, anyone have any idea why?
Code:<form action="/ufi/hs~hosting_order.php" method="POST" name="theform"> <tr valign="top"> <td width="200" align="right"><span class="bodytext"><b>Selected Hosting Plan:</b></span> </td> <td width="250"><select name="plan" class="ordernb" onChange="document.theform.submit(); "> <option value="1" selected>Shared Hosting - Plan A - 11.95 <option value="2">Shared Hosting - Plan B - 19.95 <option value="3">Shared Hosting - Plan C - 29.95 <option value="4">Shared Hosting - Plan D - 49.95 <option value="5">Shared Hosting - Plan E - 99.95 </select> </td> </tr> </form>






Bookmarks