Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
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="VBScripttartconvo" value="Click Here To Start The Conversation"><br><br>
<font size="small">Stigmata Rox0rs</font>
</body>
</html>
|
|