Mail
Javascript Mail: how many times I heard I will be asking "how do I send mail with JavaScript?"
Then, make one thing clear: Javascript CAN NOT 'send mail as it is a language, not client-side and server-side (working on your PC, not on the server).
From JavaScript you can "steer" the sending of a mail which will take place later with your mail client (Outlook?)
This is an example of form:
FirstName:
Email: <
input type = "submit" name = "submit" value = "Submit">
Mail
JavaScript .. the mystery of the century
0 comments:
Post a Comment