CodeBrain.com
javascript / dhtml
Return to Index
Using Both Subject & Copy-To with E-Mail Links
About This Demo...

Click on the text and image links below.

When the e-mail client opens, notice that the main "To" address is Someone@Somewhere.com and the copy-to or "Cc:" address is to SomeoneElse@SomewhereElse.com.  Just substitute your own e-mail address choices, per instructions in the script, to send mail off your links to both a main and a copy-to address.

Additionally, notice that the Subject is Enormous Teeth.  Again, just substitute your own subject message for what you wish to appear in the Subject line of the e-mail.

This script is basically an example of using multiple parameters in an e-mail mailto: link -- in this case, both copy-to and subject.  Note the ampersand '&' in the mailto: link code, used to concatenate the parameters.  You can expand on this idea for other combinations of parameters.

Sample Text Link (click): E-Mail Us Here Sample Image Link (click)E-Mail Us!
The Code & Instructions...

Click HERE to Select the Code.  (Pressing Ctrl+C will then place it in your Clipboard.)

 

Return to Index
CodeBrain.com
Copyright 1996-2004 by CodeBrain.com
All Rights Reserved