E-Mail Link
Previous Topic  Next Topic 

E-Mail Link is an easy way to add a mailto: link to a page.  This feature allows the user to enter in all the information into the interface so they don't have to manually type out the code.  

 

Link Text - This is the text that will appear in the document that the user will click on to access the link

 

E-Mail Address to link to - where the user wants the e-mail sent

 

Subject - A default subject can be entered here.  All e-mail received from this link will have this subject.

 

Status Window Message - Displays text at the bottom of a browser in the status area.

This is the text that is code that is pasted into the document after clicking the Cool button from above.

 

<a href="mailto:me@mydomain.com?subject=You can enter a subject here." onMouseOver="window.status='Appears in the status area at the bottom of your browser'; return true;" onMouseOut="window.status=' '; return true;">E-mail me!</a>

 

The link will look like this when viewed in a browser.