1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

MSN Messenger quick link

Discussion in 'HTML & Website Design' started by NewComputer, Jul 27, 2004.

  1. #1
    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.
     
    NewComputer, Jul 27, 2004 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    If you see it on a forum, just look at the forum source-code, it should show how to do it I would think.
     
    digitalpoint, Jul 27, 2004 IP
  3. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #3
    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.
     
    NewComputer, Jul 27, 2004 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Yeah, I know what you are talking about, just no clue how to do it.
     
    digitalpoint, Jul 27, 2004 IP
  5. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #5
    hehe... np. I guess it is not possible to KNOW EVERYTHING!
     
    NewComputer, Jul 27, 2004 IP
  6. l0cke

    l0cke Active Member

    Messages:
    178
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    73
    #6
    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):
     
    l0cke, Jul 27, 2004 IP
  7. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #7
    Very close, it seemed to only work on exchange and not between MSN and Windows. I have been looking all day.
     
    NewComputer, Jul 27, 2004 IP