Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1179, October 07, 2001 at 23:28:47:

You are here: irt.org | About | Feedback | 3225 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1179

Sent by
Jonno Smith on October 07, 2001 at 23:28:47:

Worth:
Worth reading

Length:
Just right

Technical:
Not technical enough

Comments:
Doesn't work though. Ended up coming up with a solution by myself that works fine, and is, forgive me, rather elegant.

Try:

<SCRIPT LANGUAGE="JavaScript">
function doButtonMethod() {
form1.submit();
}
</SCRIPT>

<FORM name="form1" method=post action="nextpage.html">
<INPUT TYPE="TEXT" name=text1>
<INPUT TYPE="button" onclick="doButtonMethod();" value="Submit">
</FORM>



Other feedback on 'irt.org FAQ Knowledge Base Q1179' - show all

©2018 Martin Webb