Automatic email generation in Java Script

Asked By 0 points N/A Posted on -
qa-featured

Dear All,

I am at learning stage of JavaScript. I want to create a page where when a user enters his email address and press button, an email is automatically sent to his email address. I tried but cannot do.  Can anyone guide me with the script?

SHARE
Answered By 0 points N/A #165414

Automatic email generation in Java Script

qa-featured

 

Hello Bonnern,

Did you mean the submit button as press button? I think it’d be a submit button, or you can say it's anything else. The main thing is the script that is controlling the button. First of all, you’ve to think about the submit button’s target appropriately. Maintaining the protocol is another important thing. You can find the script from the following site:

Change the fields as your program required. It’ll be better if you also learn about the server-side language.

Good Luck.

 

Related Questions