Feedback on: irt.org FAQ Knowledge Base Q196
Worth:
Not worth reading
Length:
Too long
Technical:
Not technical enough
Comments:
The answer is WAY too complex for
something that is very, very simple!
Try this solution instead:
**********************************
<HTML><BODY>
<FORM Name="TheForm" Action="oops.html" Method="Get">
<INPUT Name="ONE" Value="Type something here...">
<INPUT Type=Submit Name="Submit" Value="First"
onClick="document.TheForm.action='first.html';">
<INPUT Type=Submit Name="Submit" Value="Second"
onClick="document.TheForm.action='second.html';">
</FORM>
</BODY></HTML>
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Thanks to Bill Wilkinson for the input on changing a forms action and having two submit buttons. I spent two days trying to figure this out! Thanks again
Worth:
Worth reading
Comments:
In netscape (all versions)
The first of the two solutions doesn't copy the data from drop down lists, only from text boxes.
Any ideas on why that might be and how to solve the problem??
Worth:
Very worth reading
Length:
Technical:
Just right
Comments:
Brilliant!!!
Thank you