How to make contact links in msn using JavaScript?

Asked By 20 points N/A Posted on -
qa-featured

Hello everybody,I need some tutorials for javascript that includes linking contacts for msn using javascript or any sample code so that I will be able to create a new instance in this kind of programming language, where can I download those sample codes? I am not an expert on this, that is why I need your help fellows.

Thanks.

SHARE
Answered By 0 points N/A #155571

How to make contact links in msn using JavaScript?

qa-featured

Hi Dawn Hardwick, There are now easy steps in creating links that adds a contact to MSN Messenger using its new version 7.5. The code originally works within Internet Explorer. I have attached here pictures of the 4 steps with hyperlink examples. First is Adding contacts, second is for opening a conversation and allows instant chatting, third is for voice conversation and lastly for video conversation.

<a href="msnim:[email protected]">Add to MSN Messenger</a>

 

<a href="msnim:[email protected]">Add to MSN Messenger</a>

 

<a href="msnim:[email protected]">Add to MSN Messenger</a>

 

<a href="msnim:[email protected]">Add to MSN Messenger</a>

Related Questions