Email button

J

John C

Hi,
Can anybody put me in the right direction (with an example) how to create a
new email with the click of a button? I know the standard way of doing this,
but I want to fill in the subject of the email with the contents of a
setting of a listbox.
TIA
John
 
L

Lisa

If you create your email link normally, and then go to
the HTML preview page and add "?subject=..." to your
code, it should work...see sample:

<a href="mailto:[email protected]?subject=subject of
message here">

Hope this helps,
Lisa
----Original Message-----
 
Top