i need for the info srom a submit buttin to be emailed to me. cant someone help me??? this it the code i wrote so far <FORM ACTION=""> name: <INPUT NAME="realname"><BR> email: <INPUT NAME="email"><P> <INPUT TYPE=SUBMIT VALUE="submit!"> </FORM>
There is many free email scripts available from hotscripts.com. Go there and search for mailer script.
You may also use javascript to check whether all the info is completed before mailing. You also need either JavaScript, PHP or ASP to send the e-mail Good Luck
Hello, kAin55. I explain in my site how to make a button that will start the default e-mail client in the user's machine so that he can send an e-mail message to you. If you are interested in this simple approach, you can find it here: http://www.great-web-info.com/pe570.html Otherwise, you will have to program your own CGI program o borrow one from sites like http://www.worldwidemart.com/scripts/ or http://cgidir.com/.