浏览器中点击链接,跳转qq添加好友的实现方式

在网上参考了部分方法,综合了一下。 
发现有2中方式: 
第一种是不能直接弹出添加界面的,只能弹出网页,再通过网页中的添加好友才能添加:  
弹出的网页是这样的(我是写成在新的网页中打开) 

浏览器中点击链接,跳转qq添加好友的实现方式_第1张图片

 

 


现在看实现的代码:

<html>  
<body>  
<a  href="http://shang.qq.com/email/stop/email_stop.html?qq=619699629
&sig=a1c657365db7e82805ea4b2351081fc3ebcde159f8ae49b1&tttt=1" 
target="_blank"><span style="color:red">点击我加为好友sapn>a>
<br/>
<font color="#00EC00">邮箱:[email protected]font>
body>  
html>  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

现在来看第二种方法,直接弹出添加界面的: 
貌似在CSDN的栏目里面不能实现~ 
自己用一个网页测试了一下,是可以的。 
 

<h3><li> <a href="tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=619699629" target="class">ACMa>li>h3>
  • 1
  • 1


 

还有一种方法是弹出临时对话框:

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=619699629&site=qq&menu=yes">点这里给我发消息a>
  • 1
  • 1


 

 

你可能感兴趣的:(浏览器中点击链接,跳转qq添加好友的实现方式)