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

Q187 How do I automatically submit a form after a timer function expires?

You are here: irt.org | FAQ | JavaScript | Form | 7.3 | Q187 [ previous next ]

<FORM NAME="myForm">
</FORM>

<SCRIPT LANGUAGE="JavaScript"><!--
setTimeout('document.myForm.submit()',5000);
//--></SCRIPT>

Feedback on 'Q187 How do I automatically submit a form after a timer function expires?'

©2018 Martin Webb