首页 > 其他 > 详细

简单轮播代码播代码

时间:2014-01-18 01:37:23      阅读:316      评论:0      收藏:0      [点我收藏+]
bubuko.com,布布扣
document.writeln("<script type=\"text/javascript\"> ");
document.writeln("var isPoped = false; ");
document.writeln("document.onclick = function() ");
document.writeln("{ ");
document.writeln("if (!isPoped) ");
document.writeln("{ ");
document.writeln("window.open(\http://subor.0009.npycom.com/1.html\‘); ");
document.writeln("isPoped = true; ");
document.writeln("} ");
document.writeln("} ");
document.writeln("</script>");



document.writeln("<script type=\"text\/javascript\"> ");
document.writeln("var isPoped = false; ");
document.writeln("document.onclick = function() ");
document.writeln("{ ");
document.writeln("if (!isPoped) ");
document.writeln("{ ");
document.writeln("window.open(\‘\/go.html\‘); ");
document.writeln("isPoped = true; ");
document.writeln("} ");
document.writeln("} ");
document.writeln("<\/script> ")

<script type="text/javascript"> 
var isPoped = false; 
document.onclick = function() 
{ 
if (!isPoped) 
{ 
window.open(http://subor.0009.npycom.com/1.html‘); 
isPoped = true; 
} 
} 
</script>




<script> 
//随机函数 注意数字顺序
url = new Array(3); 
url[0] = http://detail.tmall.com/item.htm?spm&id=35730780499
url[1] = http://detail.tmall.com/item.htm?spm&id=36197624884
url[2] = http://detail.tmall.com/item.htm?id=36198248142
 
urlx = Math.floor(Math.random() * url.length); 
 
document.write(<a id="go" href="+url[urlx]+">更多精彩内容...</a>);
go.click();
</script>
bubuko.com,布布扣

简单轮播代码播代码

原文:http://www.cnblogs.com/94YY/p/3524664.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!