Click to See Complete Forum and Search --> : help with code please


Charles256
06-01-2004, 10:03 PM
anyways. here is the deal.i want to add some code that allows the user to enter an e-mail address and when they click the submit button it sends it to the e-mail address they specified. here is what i am working with so far www.salvationroad.com/dice.html

Exuro
06-02-2004, 12:36 AM
You need to use a server-side language for sending emails. This cannot be done client side using JavaScript or just in the plain HTML. You'll have to call a mail-send function in CGI/Perl, PHP, ASP, or some other language that runs server-side.