求点击QQ弹出临时聊天窗口的代码
发布网友
发布时间:2022-04-29 18:48
我来回答
共4个回答
热心网友
时间:2022-04-22 00:43
把横线下面的代码复制下来建立一个记事本文件1.txt,将代码粘贴进去,保存。然后将记事本文件的扩展名改为htm即文件变为1.htm。然后登录QQ。打开1.htm文件,ie可能会阻止脚本运行,选择允许就可以了,然后你随便输入一个QQ号,然后点击和陌生人说话链接就可以出来临时对话框了。
______________________________________________________________
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>和陌生人说话</title>
</head>
<body>
<span style="font-size: 12px">
陌生人QQ:</span><input type="text" id="qqid" value="615050000" onblur="thehref.href='tencent://message/?uin='+this.value+'&Site=fromalideyun&Menu=yes';" /><br />
<a id="thehref" href="tencent://message/?uin=615050000&Site=fromalideyun&Menu=yes" >
<span style="font-size: 12px">和陌生人说话</span></a>
</body></html>
热心网友
时间:2022-04-22 02:01
把横线下面的代码复制下来建立一个记事本文件1.txt,将代码粘贴进去,保存。然后将记事本文件的扩展名改为htm即文件变为1.htm。然后登录QQ。打开1.htm文件,ie可能会阻止脚本运行,选择允许就可以了,然后你随便输入一个QQ号,然后点击和陌生人说话链接就可以出来临时对话框了。______________________________________________________________<html
xmlns="http://www.w3.org/1999/xhtml"
><head><title>和陌生人说话</title></head><body>
<span
style="font-size:
12px">陌生人QQ:</span><input
type="text"
id="qqid"
value="615050000"
onblur="thehref.href='tencent://message/?uin='+this.value+'&Site=fromalideyun&Menu=yes';"
/><br
/><a
id="thehref"
href="tencent://message/?uin=615050000&Site=fromalideyun&Menu=yes"
>
<span
style="font-size:
12px">和陌生人说话</span></a></body></html>
热心网友
时间:2022-04-22 03:35
楼上的你太不负责了 你发的存在版本问题
tencent://message/?uin=123456&Site=黑狼博客www.lang2008.cn&Menu=yes
把123456换成你要的QQ
热心网友
时间:2022-04-22 05:27
http://is.qq.com/webpresence/code.shtml
是不是互动代码?