e-mail subject

admin

Administrator
Staff member
I抦 just beginning with JS and am already fanatic. But due to lack of experience I have a problem. As I抦 doing a lot of PC-paperwork for our local team, I send a lot of e-mails. As we have more than 200 (active) members, I抦 trying to write something that is making life easier. To be honest I抦 not writing it myself, I抦 using dreamweaver to do so. What I抦 trying to write is the following 厖..

In html you use this code to open an e-mail with predefined subject. (The choise to whom is open).

<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:?subject=XXXXXX - zzzzzzzzz - ( )">IMAGE</a>


What do I have to do for having the second textblock (marked zzzzzzzzz) in the subject line to be dynamic?
(XXXXXX and ( ) are already in the subject rule. Zzzzzzzzzzzzz should come out of a list)

Something like following code (?)

<a href="mailto:?subject=XXXXXX - CHOOSE NAME OUT OF LIST - XXXX( )">IMAGE</a>

Which script to use to select a name out of a list of 500. and when you select the name it should be in the right place (=replacing the letters CHOOSE NAME OUT OF LIST) and still keeping the others.

Is there please somebody who can help me??

Thanks a lot in advance.

Jef Gees
e-mail: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
 
Back
Top