Feedback: irt.org FAQ Knowledge Base Q196
Feedback on: irt.org FAQ Knowledge Base Q196
Sent by Bill Wilkinson on August 20, 1999 at 16:22:11: - feedback #395
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>
Sent by Tony Heishman on March 16, 2000 at 12:15:40: - feedback #942
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
Sent by Henry Sayer on September 20, 2000 at 11:12:27: - feedback #1775
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??
|