ssffcc
06-05-2006, 06:10 AM
I have a page where user inputs are taken and an email is sent to user to the input email address containing all the user input details collected on the form.
Instead of using mailto to open up default email client, I want this email to be generated and sent automatically with the "submit" button click event.
I am able to do it using PHP, however, in this case, the page is done with pure client side scripting, so, is it possible with JS?
Instead of using mailto to open up default email client, I want this email to be generated and sent automatically with the "submit" button click event.
I am able to do it using PHP, however, in this case, the page is done with pure client side scripting, so, is it possible with JS?