Shoutbox

is there a shortcut or url that lets u add someone to you messenger list - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: is there a shortcut or url that lets u add someone to you messenger list (/showthread.php?tid=43014)

is there a shortcut or url that lets u add someone to you messenger list by .Roy on 04-17-2005 at 10:40 AM

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.


RE: is there a shortcut or url that lets u add someone to you messenger list by John Anderton on 04-17-2005 at 11:13 AM

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 ?


RE: is there a shortcut or url that lets u add someone to you messenger list by .Roy on 04-17-2005 at 11:23 AM

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


RE: is there a shortcut or url that lets u add someone to you messenger list by John Anderton on 04-17-2005 at 11:28 AM

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
RE: is there a shortcut or url that lets u add someone to you messenger list by Stigmata on 04-17-2005 at 11:31 AM

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>


RE: is there a shortcut or url that lets u add someone to you messenger list by .Roy on 04-17-2005 at 11:36 AM

is there a way to make it work in ur signature? because the signature only allows mycode :P


RE: is there a shortcut or url that lets u add someone to you messenger list by Stigmata on 04-17-2005 at 11:43 AM

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>


RE: is there a shortcut or url that lets u add someone to you messenger list by .Roy on 04-17-2005 at 12:06 PM

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


RE: is there a shortcut or url that lets u add someone to you messenger list by Anubis on 04-17-2005 at 12:15 PM

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
RE: is there a shortcut or url that lets u add someone to you messenger list by .Roy on 04-17-2005 at 12:17 PM

it doesnt matter i dont think.. But still the button doesnt work when i click it. does it work for u?


RE: is there a shortcut or url that lets u add someone to you messenger list by Stigmata on 04-17-2005 at 12:21 PM

no :(

i duno whats wrong :s


RE: is there a shortcut or url that lets u add someone to you messenger list by -dt- on 04-17-2005 at 12:41 PM

do you use firefox?
vbscript is a IE only language


RE: is there a shortcut or url that lets u add someone to you messenger list by .Roy on 04-17-2005 at 12:45 PM

oh yea i use firefox :P

is their a way to do this with all the browsers? Maybe html or something.