What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » is there a shortcut or url that lets u add someone to you messenger list

Pages: (2): « First [ 1 ] 2 » Last »
is there a shortcut or url that lets u add someone to you messenger list
Author: Message:
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. is there a shortcut or url that lets u add someone to you messenger list
is there a shortcut or url that lets u add someone to you messenger list??

Pretend i want to make a link that when u click it it adds me to messenger list. I know in other programs things like this work.

things lik aim, and irc can do this.
04-17-2005 10:40 AM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: is there a shortcut or url that lets u add someone to you messenger list
Goto someone's profile ..... if they have entered their msn id then click on it. ... keep msn open and the u can add them directly by clicking the window that opens ;)
Is that what u mean ?
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
04-17-2005 11:13 AM
Profile E-Mail PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: is there a shortcut or url that lets u add someone to you messenger list
yea but i want to know how they do it. Like whats the url/code for it

edit: plus that thing doesnt work for me

This post was edited on 04-17-2005 at 11:24 AM by .Roy.
04-17-2005 11:23 AM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: is there a shortcut or url that lets u add someone to you messenger list
quote:
Originally posted by Nova
yea but i want to know how they do it. Like whats the url/code for it
Afaik its a js (java script) .... pm an admin to ask i guess :P
quote:
Originally posted by Nova
edit: plus that thing doesnt work for me
:S I havent tried it but i alwayz tht it should work :S
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
04-17-2005 11:28 AM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: is there a shortcut or url that lets u add someone to you messenger list
yep :)


vb script :D

code:
<html>
<head>
<script LANGUAGE="VBScript">
Sub addcontact
IMessenger.AddContact ("email@addy.here")
End Sub
</SCRIPT>
</head>
<body>
<OBJECT classid=clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28
codeType=application/x-oleobject id=IMessenger width=0 height=0></OBJECT>
<a onclick="VBScript:addcontact">Click Here to Add me to your contact list</a>
</body>
</html>

04-17-2005 11:31 AM
Profile PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: is there a shortcut or url that lets u add someone to you messenger list
is there a way to make it work in ur signature? because the signature only allows mycode :P
04-17-2005 11:36 AM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: is there a shortcut or url that lets u add someone to you messenger list
we could...cheat :)

forum signature:
code:
[url=http://mydomain.com/sig.html][img]coolsig.jpg[/img][/url]


sig.html:
code:
<html>
<head>
<script LANGUAGE="VBScript">
Sub addcontact
IMessenger.AddContact ("email@addy.here")
Msgbox "Thank You," + vbcrlf + "you have been added to my contact list."  + vbcrlf + vbcrlf + "click the button on the page to start a conversation with me"
End Sub

sub startconvo
IMessenger.InstantMessage("your@email.again")
end sub
</SCRIPT>
</head>
<body  onload="VBScript:addcontact">
<OBJECT classid=clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28
codeType=application/x-oleobject id=IMessenger width=0 height=0></OBJECT>
<input type="button" onclick="VBScript:startconvo" value="Click Here To Start The Conversation"><br><br>
<font size="small">Stigmata Rox0rs</font>
</body>
</html>

04-17-2005 11:43 AM
Profile PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: is there a shortcut or url that lets u add someone to you messenger list
ok i uploaded the file sig.html

http://hobbes.weirdfish.net/sig.html

what do i do from there

oh ok i got it but it doesnt work :P

This post was edited on 04-17-2005 at 12:07 PM by .Roy.
04-17-2005 12:06 PM
Profile PM Web Find Quote Report
Anubis
Elite Member
*****

Avatar
42

Posts: 2695
Reputation: 64
33 / Male / Flag
Joined: Oct 2003
RE: is there a shortcut or url that lets u add someone to you messenger list
quote:
Originally posted by Nova
[img]coolsig.jpg[/img]
Dude, you've actually got to link to a picture :p. Or put text there instead
[Image: anubis5hq.png]
04-17-2005 12:15 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: is there a shortcut or url that lets u add someone to you messenger list
it doesnt matter i dont think.. But still the button doesnt work when i click it. does it work for u?
04-17-2005 12:17 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On