JavaScript button that will help you to e-mail anyone. Just click 'E-Mail Someone!' and JavaScript will ask you for the necessary information - e-mail address, subject, etc. Then, a new mail message is opened for you.
Use JavaScript to sign up visitors for your mailing list. JavaScript ensures that the visitors have filled out the form completely and correctly. Visitors area also prompted to reenter any incomplete or invalid entries.
This script automatically captures the title of the current page and the url of the current page and sends them via the user's e-mail client to an address entered in a box on the form. The e-mail address field is also checked to see that it is not empty, and that the e-mail address is in valid format.
This script creates a floating layer with an email-this-link script in it. The layer can be positioned anywhere on the screen, and it will float to that position whenever the window is scrolled. Enter the recipient address and click the send button, and the visitor's email client is opened, complete with a message in the email body that includes the link for whatever page in which the script is placed.
Use this easy code generator form to quickly create mailto links for your page. You can make mailto links that include To, Cc, Bcc, Subject, and Body material. Multiple email addresses are allowed in the address fields, and a convenient popup window lets you instantly test the code in your default email client. Simply fill in the fields, and then copy-and-paste the code into your html page.