Electricity Suppliers | Problem Mortgage | Equity Release | Mortgage Calculator | Mortgage Calculator
Html [Archive] - PCMech Forums

PDA

View Full Version : Html


jsonpa
11-20-2003, 07:26 PM
Hello,


I was wondering if there was a way using the mailto command in HTML to have recipants address in the To and CC using outlook express. Basically I want to just click and a blank email message appears with the email address in both the TO section and CC section of the email.

Any help would be appreciated.

THank you

mairving
11-20-2003, 09:49 PM
Supposedly the mailto function is able to do that in IE using OE or Outlook. The best thing overall is to not use the mailto: function and use a form instead. It cuts down on spam and you can make certain fields required. Microsoft implementation of mailto (http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q188/0/19.asp&NoWebContent=1)

jsonpa
11-21-2003, 01:10 AM
thanK you that was exactly what I wanted.

HNPFL
11-30-2003, 01:32 AM
Good Call.