PDA

View Full Version : how do you create a button that will e-mail you input of users


ctdewberry
11-14-2002, 04:00 AM
I need the user to enter information into two areas and then press a button that will automatically email that information to me. i dont want them to have to manually send me an e-mail, i just want it automatic. is that possible?

glenngv
11-14-2002, 05:47 AM
you need a server-side language like ASP,PHP,etc to do it. Javascript can't do automatic email, you can just open the email client via mailto: and auto-fill recipients and body message fields but still the user has to manually send the mail