技术服务
发帖说明
数据导航
资源圈 - ZiYuanQ
»
首页
›
分类
›
站长资料
›
点击超链接随机打开网址
QQ
[代码]
点击超链接随机打开网址
[复制链接]
本站网友
发表于 2024-1-23 11:13
|
阅读模式
随机超链接
<html>
<head>
<script type="text/javascript">
function openLink(e) {
var url = new Array();
url[0] = "http://www.baidu.com";
url[1] = "http://www.csdn.net";
url[2] = "http://bbs.voc.com.cn";
var ints = parseInt(Math.random() * (url.length));
e.href = url[ints];
return false;
}
</script>
</head>
<body>
</body>
<a href="#" onclick="openLink(this)" target="_blank" rel="nofollow noopener noreferrer">Try to Click</a>
</html>
复制代码
回复
举报
返回列表
删帖注销
|
手机版
|
资源圈
GMT+8, 2024-11-21 18:23
Powered by
Discuz!
© 20022-2026 Comsenz Inc.
快速回复
返回顶部
返回列表