Bài trích từ http://toi8x.blogspot.com ©
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<script type="text/javascript">
url = new Array()
url[0] = "http://toi8x.blogspot.com";
url[1] = "http://google.com";
url[2] = "http://niemdau.net";
url[3] = "http://nhaccuatui.com";
url[4] = "http://24h.com.vn";
url[5] = "http://nghebao.com";
function openall(){
for (i=0;i<url.length;i++){
window.open(url[i],"_blank")
}
}
</script>
<a href="javascript:openall()">Click here to open all</a>
</body>
</html>
Bài trích từ http://toi8x.blogspot.com ©
Theo vietwebguide
0 nhận xét:
Post a Comment