send email with no further parameters
JavaScript
2
Posts
2
Posters
6
Views
1
Watching
-
Hi.. can i send email via javascript. how would i eliminate further input popup boxes which appear at submitting email. (popups like smtp settings and email id etc) thanks, hemant
By: Hemant Thaker
-
Hi.. can i send email via javascript. how would i eliminate further input popup boxes which appear at submitting email. (popups like smtp settings and email id etc) thanks, hemant
By: Hemant Thaker
Using mailto, you can try. Have a look at this article: Can JavaScript email a form?[^]