简单轮播代码播代码

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>

 

posted @ 2014-01-17 23:04  星星的学习小志  阅读(326)  评论(0编辑  收藏  举报