Link to ICQ account

耗尽温柔 提交于 2020-01-04 09:09:14

问题


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:


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.



来源:https://stackoverflow.com/questions/1358118/link-to-icq-account

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!