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
yep
vb script
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>
|
|