Submit Generated E-mail response

wxdqz

New Member
I am a web design teacher but have a limited knowledge of javascript. I have a javascript based multiple choice test I would like my students to be able to take on line with a submit button at the bottom of the test. When the submit button is clicked, I would like to have the results of their selections to be sent automatically to my e-mail address. I know that is possible but what should I put in the script to make that happen? My submit button script look like this: <input type="submit" value=http://www.webdeveloper.com/forum/archive/index.php/"Submit" action="/cgi-bin/FormMail.pl">
I would appreciate any advice or feedback. Thank you.

Tim
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
 
Back
Top