View Full Version : javascript to submit forms
TouchDown
11-15-2007, 07:18 PM
O k i know how to use HTML to create a form. Now i need to know is there a way to use Javascript to send the form directly to my e-mail address?
If not a javascript code any other code etc?
boogyman
11-15-2007, 07:48 PM
you have a couple of options
Form
Advantage this is the simplest
Disadvantage: Will also provide a single line that is difficult to decipher if you do not know what you are looking for, can be very confusing
Method <form action="mailto:email@address.com">
PHP
Advantage Secure, Versatility, Easily Comprehended by humans
Disadvantage Must have PHP installed and accessible on the server
Method Tutorials All over dynamic drive and the web
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.