Asp.net + C # create a temporary QQ session

Source: Internet
Author: User

Is it cool to add a QQ message function to my website? It is much better than leaving an email or a QQ number.
Let's see the effect.
Click this icon to create a temporary session. You can directly talk to me (if I am online) or leave a message if I am not online.

Speak nonsense,CodeAs follows:
(1) create an image button. The Code is as follows:
<Asp: imagebutton id = "imagebutton1" runat = "servers" imageurl = "http://wpslogo.qq.com/13_online.gif"
Onclick = "imagebutton1_click"/>
There are many webserviceicons provided by QQ. The 13 icon in front of 13_online.gif can be changed to display different icons.
(2) The onclick = "imagebutton1_click" Event code is as follows:
Protected void imagebutton1_click (Object sender, imageclickeventargs E)
{
Response. Write ("<script language = 'javascript 'Type = 'text/JavaScript '> window. Open ('HTTP: // wpa.qq.com/msgrd? V = 1 & uin = your QQ number ', '','', false); </SCRIPT> ");
}
Of course, this execution is a script, so you can also put this line of code in the script. Changing to a static webpage is also very convenient.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.