Loans - Debt Consolidation - MPAA - Online Loans - Loans

PDA

View Full Version : MSN Messenger quick link


NewComputer
Jul 27th 2004, 8:59 am
I am trying to create a link that would allow people to click an icon and have me added to their msn list. Is there some code that would do this. Similar to what happens on some forums. The purpose is to provide customer support to people. I have searched high and low. Your help would be greatly appreciated.

Please let me know if this did not make sense.

digitalpoint
Jul 27th 2004, 9:08 am
If you see it on a forum, just look at the forum source-code, it should show how to do it I would think.

NewComputer
Jul 27th 2004, 10:29 am
It's funny, now I cannot find any forums where that is an option... am I losing my mind?

Shawn, was I clear enough in my initial post? I just want some code so that when someone clicks the image (of my creation) that it will automatically add me to their msn list for customer support.

digitalpoint
Jul 27th 2004, 10:37 am
Yeah, I know what you are talking about, just no clue how to do it.

NewComputer
Jul 27th 2004, 11:22 am
Yeah, I know what you are talking about, just no clue how to do it.

hehe... np. I guess it is not possible to KNOW EVERYTHING!

l0cke
Jul 27th 2004, 11:26 am
It is actually in use on this forum... Try this (not tested).
<html>
<body>
<object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codetype="application/x-oleobject" id="MsgrObj" width="0" height="0"></object>
<a href="#" onclick="MsgrObj.AddContact(0, 'user@hotmail.com'); return false;">Add user@hotmail.com to your contact list</a>
</body>
</html>

NewComputer
Jul 27th 2004, 12:55 pm
Very close, it seemed to only work on exchange and not between MSN and Windows. I have been looking all day.