Launch MSN Messenger from your Web Page

Watch
Impact
6
<html>
<body>
<object classid="clsid:F3A614DC-ABE0-11d2-A441-00C04F795683" codebase="#Version=2,0,0,83" codetype=application/x-oleobject id=MsgrObj width=0 height=0></object><OBJECT classid="clsid:FB7199AB-79BF-11d2-8D94-0000F875C541" codeType=application/x-oleobject id=MsgrApp width=0 height=0></OBJECT>
<a href=javascript:MsgrApp.LaunchAddContactUI("[email protected]")>Click here to add this user to your msn</a><br>
<a id="lll" href=javascript:MsgrApp.LaunchIMUI("[email protected]")>Click here to chat to this user on msn</a><br>
</body>
</html>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
The code doesn't work.

Hello,

I want use this but the code doesn't work, can you help me or send me a code?.. you have samples online?

Thanks
 
0
•••
Anyone know of an alternate code snippet to do this with AIM?
 
0
•••
Originally posted by Anthony
Anyone know of an alternate code snippet to do this with AIM?

aim:goim?screenname=name+name&message=Hi.+Are+you+there?
 
0
•••
Originally posted by chris_reilly
aim:goim?screenname=name+name&message=Hi.+Are+you+there?

Oh, right, I've seen that before. Thanks, I forgot it was so easy. :)
 
0
•••
0
•••
I think this will work:

<html>
<head>

<OBJECT classid=clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28
codeType=application/x-oleobject id=IMessenger width=0 height=0"></OBJECT>

<title>title</title>
</head>

<body>

<a href=javascript:IMessenger.InstantMessage("[email protected]");window.location.replace(window.location)><b>Send MSN Message</b></a>

</body>
</html>
 
0
•••
Thanks, this is just what I was looking for.
 
0
•••
yeh great code it will fit nicely in my website
 
0
•••
Nice script, it's very useful for a contact method
 
0
•••
Originally posted by deadserious
I think this will work:

<html>
<head>

<OBJECT classid=clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28
codeType=application/x-oleobject id=IMessenger width=0 height=0"></OBJECT>

<title>title</title>
</head>

<body>

<a href=javascript:IMessenger.InstantMessage("[email protected]");window.location.replace(window.location)><b>Send MSN Message</b></a>

</body>
</html>

I can't get this to work... :( Can someone please help?
 
0
•••
Do you get any errors or anything? What happens when you click on the link to test it?
 
0
•••
Nothing happens but down at the bottom left of IE it says Errors on pg...it doesn't say that when it 1st loads...
 
0
•••
it doesnt work for me neither. Exactly the same than JESS..
 
0
•••
cool scripts..but it doesnt work for me too
 
0
•••
Nice Script, would be nice for a contact page
 
0
•••
not sure where this would come in handy, but a nice post anyways :)
 
0
•••
wow, i havn't tried it yet but if it did work then what a code it would be
 
0
•••
well, also, what version of MSN Messenger must a user have to be able to launch the script?

-RageD
 
0
•••
AWESOME
thanks for shairing
 
0
•••
mybe the problems are you don't have MSN open.. ill try it
 
0
•••
well, i have msn 7.0 something like that lol, but i havn't checked out the code yet until i know it will work ?
 
0
•••
:p, I got it to work. :D

I got the code to work...

Code:
<html>

<head>
<title>title</title>
</head>

<body>
<p>
<object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codeType="application/x-oleobject" id="IMessenger">
</object>
<a href='javascript:IMessenger.InstantMessage("[email protected]");window.location.replace(window.location)'><b>Send MSN Message</b></a>

</p>
</body>

</html>

If you are placing this on your site... simply change [email protected] to your MSN email. And as long as the person has MSN open, it will work.

-Eric
 
Last edited:
0
•••
what if you want to know if there online or not :D lol
 
0
•••
Well, it wouldn't be a good script if I didn't work on everybody! But it's better than nothing, thats for sure! Good job!
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back