form action
Posted: Wed Jun 21, 2006 11:45 am
hello
i have a form with 3 menu/lists. i want the last menu/list to be the one that determines the action. something like:
is it possible to determine the action in the form from the option they select?
i have a form with 3 menu/lists. i want the last menu/list to be the one that determines the action. something like:
Code: Select all
<select name="formato" class="textfield" id="formato">
<option>Selecciona uno:</option>
<option value="F600_alta.php">F600</option>
<option value="F601_alta.php">F601</option>
<option value="F602_alta.php">F602</option>
<option value="F603_alta.php">F603</option>is it possible to determine the action in the form from the option they select?