-
javascript to submit forms
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?
-
-
you have a couple of options
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">
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks