Posted by Michael Fesser on 01/13/08 22:01
..oO(ktstone2678@gmail.com)
>I wanted to post the solution for anyone else who might stumble across
>this thread, turns out to be very simple.
>
><form name="theform" action="oops.htm" method="get">
><input name="one" value="type something here...">
><input type="submit" name="submit" value="first"
>onClick="document.theform.action='first.htm';">
><input type="submit" name="submit" value="second"
>onClick="document.theform.action='second.htm';">
></form>
That's no solution. You really don't want to do that.
Do it server-side.
Micha
[Back to original message]
|