Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

How to create a link that adds a contact to MSN Messenger

On Friday, December 9th 2005 at 07:52 AM
By Andrew Pociu (View Profile)
*****   (Rated 5 with 2 votes)
Advertisement
More HTML Resources
The newer versions of MSN Messenger are capable of adding contacts to your contact list by simply clicking a link. Note that the user needs to have MSN Messenger version 7.5 or newer open and running for this to work. Also, the code originally works within Internet Explorer, other browsers such as Firefox might implement this soon.

For adding the specified contact to MSN Messenger:

<a href="msnim:add?contact=andrei_pociu@hotmail.com">Add to MSN Messenger</a>


For opening a conversation window with the specified contact in MSN Messenger:

<a href="msnim:chat?contact=andrei_pociu@hotmail.com">Add to MSN Messenger</a>


For opening a voice conversation window with the specified contact in MSN Messenger:

<a href="msnim:voice?contact=andrei_pociu@hotmail.com">Add to MSN Messenger</a>


For opening a video conversation window with the specified contact in MSN Messenger:

<a href="msnim:video?contact=andrei_pociu@hotmail.com">Add to MSN Messenger</a>
Digg Digg It!     Del.icio.us Del.icio.us     Reddit Reddit     StumbleUpon StumbleIt     Newsvine Newsvine     Furl Furl     BlinkList BlinkList

Rate Rate this Knowledge Base article
Comment Current Comments
by Ryan on Sunday, August 13th 2006 at 03:49 AM

Thats awesome!

by Deccanbazaar on Thursday, February 22nd 2007 at 02:02 AM

do you want to start your own dot as cheap as $20? if yes lets begin to built your site for only $20.

by Me on Wednesday, August 22nd 2007 at 12:22 PM

thank you.. Kicks ass!

by Shamil on Wednesday, April 23rd 2008 at 07:33 AM

Very good subject. Only it is possible to learn as to force these links to work in Mozilla?

by Arbe on Wednesday, April 23rd 2008 at 12:00 PM

No, sorry, Mozilla suck dicks in some aspects.

by JKybett on Tuesday, January 13th 2009 at 04:26 PM

Is there a way of putting in a protocol or something that makes it do "Mailto:" if you're not using IE?

by 878798 on Monday, February 1st 2010 at 11:21 PM

rrarare

by 878798 on Monday, February 1st 2010 at 11:21 PM

rrarare


Comment Comment on this Knowledge Base article
Name: Email:
Message:
Knowledge Base Related Knowledge Base Articles
There are no related KB articles.

Comment Related Source Code
There is no related code.

Comment Related Tutorials
There are no related tutorials.

Jobs HTML Job Search
My skills include:

Enter a City:

Select a State:


Advanced Search >>
Sponsors
Discover Geekpedia

Other Resources