i have a webpage that i want to have some text boxes and a submit and reset button. i'm brand new to javascript right now, but i have experience in c++. i have the page and the form layed out already and i have named all the textboxes and buttons i've used, but when i click the submit button nothing happens. how do i change the code for the submit button to create a message and e-mail it to my email address? if you need to see my code or my page please let me know and i will gladly post it, if it helps. thanks for your time
You need a server side script to handle the form. The following pages might be useful: How to make a web form Email form How to get email from html form submission