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.
If you see it on a forum, just look at the forum source-code, it should show how to do it I would think.
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.
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> Code (markup):
Very close, it seemed to only work on exchange and not between MSN and Windows. I have been looking all day.