Outlook 2003

Joined
Jan 30, 2010
Messages
2
Reaction score
0
Clicking on any email link (on any web site) that automatically enters a "Subject" into an email results in the "Subject" text being placed on the "To" line right in line with the recipient's address. The address is then useless.

Email works fine using Outlook Express with Windows XP and XP with Outlook 2003. With Windows 7 I get ...

To: (address)?subject=blabla
Subject: (the subject line is empty)

My guess is its not an Outlook problem. Could it be a Windows 7 thing?

Thanks for your help
 
Last edited:

Core

all ball, no chain
Moderator
Joined
Feb 13, 2009
Messages
1,177
Reaction score
272
Instead of using

Code:
<a href="mailto:[address]?subject=LaLaLa">Email me!</a>
have you tried using

Code:
<a href="mailto:[address]" title="LaLaLa">Email me!</a>
This may or may not help...
 
Last edited:
Joined
Jan 30, 2010
Messages
2
Reaction score
0
Thanks Core but the problem is web wide, not just on my wife's page. I appreciate your response....you were the first and only.
 
Top