Click to See Complete Forum and Search --> : E-mail in html


clyde
05-10-2004, 01:55 PM
Using the simple code below is there any way to force a subject into
the subject area when the outlook express window appears.

any help would be appreciated.

thanks

Clyde


<html>
<head>
<title></title>
</head>
<body>
<A href="mailto:xxxxx@xxxx.com">xxxxx@xxxx.com</A>
</body>
</html>

Fang
05-10-2004, 02:12 PM
<A href="mailto:xxxxx@xxxx.com?subject=a subject;body=start message">xxxxx@xxxx.com</A>

clyde
05-10-2004, 02:27 PM
Thanks for your help

Clyde