sox1331
02-06-2004, 09:11 PM
I'm very new with Javascript. I'm building a form in Dreamweaver, but I'm having problems getting it to submit. I want it to take all the information in the fields and send it to my email address. I was told that this script does that:
<input type="button" value="Submit" action="John@Doe.com">
I tried it and it doesn't even send an email. I click the button and does nothing. I have a feeling I have to write in which fields I want to go in the email, but I wouldn't know how to do that. Anyway, if anyone can help me I'd appreciate it. Remember to simplify because I'm still learning this stuff. :)
<input type="button" value="Submit" action="John@Doe.com">
I tried it and it doesn't even send an email. I click the button and does nothing. I have a feeling I have to write in which fields I want to go in the email, but I wouldn't know how to do that. Anyway, if anyone can help me I'd appreciate it. Remember to simplify because I'm still learning this stuff. :)