Feedback on: irt.org FAQ Knowledge Base Q45
Worth:
Not worth reading
Comments:
This item does not work, it simply posts the form back to the sending page...
Jams
will anything else work?
Worth:
Worth reading
Comments:
This javascript self-posts the form UNLESS you change the <form> to include a 'return':
<form onSubmit="return checkrequired(this)">
With this addition, the script works fine, no posts are performed if false is returned