- Impact
- 328
If you are placing this on your site... simply change [email protected] to your MSN email. And as long as the person has MSN open, it will work.
Just in case... you only need from <p> to the </p> to include in your webpage...as long as it's between the <body> and </body> tags.
-Eric
The Code:
Just in case... you only need from <p> to the </p> to include in your webpage...as long as it's between the <body> and </body> tags.
-Eric
The Code:
Code:
<html>
<head>
<title>title</title>
</head>
<body>
<p>
<object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codeType="application/x-oleobject" id="IMessenger">
</object>
<a href='javascript:IMessenger.InstantMessage("[email protected]");window.location.replace(window.location)'><b>Send MSN Message</b></a>
</p>
</body>
</html>















