tags:

views:

300

answers:

1

I have same HyperLink :

HyperLink skype = new HyperLink(); skype.NavigateUrl = "skype:username?call";

When user press it he redirects to skype window to user account, which entered in NavigateUrl. I try to find something for ICQ in google, but fail. Does anybody know how to link to ICQ account?

+1  A: 

Try this URL:

http://www.icq.com/whitepages/cmd.php?uin=4655465&action=message

Replacing the UIN with the one you want, and the message with the one you want.

Obviously it only works if they have ICQ installed.

From this web post.

Alan
Kate
It tries to download file with mime type application/x-icq, which is registered to icq and initiates chat with the contact in question.
Michael Krelin - hacker
and yes, it is very likely, that other ICQ clients do not handle it.
Michael Krelin - hacker
Thank you, I get it. But If I use multiprotocol client (QIP Infium) it doesn't work.Also I'm ineresting in what about Jabber? Are there any way to make jabber button?
Kate