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

BBS: Re: try to use javascript's onSubmit Event - August 18, 1998 at 20:24:15

You are here: irt.org | BBS | Re: try to use javascript's onSubmit Event [This BBS is closed]

Posted by john on August 18, 1998 at 20:24:15:

In Reply to: Forms - how to use dual "actions"? posted by Bob Tennent on August 18, 1998 at 12:33:51:

give you an example:

<form method="POST" action="ChgPwdAct.asp" onsubmit="return Validator (this)" name="Form1">

after user click submit, a javascript function named Validator is called, you can put your extra code in this function.

wish it can help you.


: Does the title explain it??....hmmmm....

: I need to alter a form that calls a CGI script so that the entered details are ALSO emailed to an address.

: ie....<FORM METHOD="POST" ACTION="/cgi-bin/mailto/email@address.com">

: ALSO......Email form contents to me@mail.address

: (With a single button click)

: Any suggestions??

: Thanks,

: Bob


Follow-ups:

You are here: irt.org | BBS | Re: try to use javascript's onSubmit Event [This BBS is closed]

©2018 Martin Webb