您好,登錄后才能下訂單哦!
本地 bat文件有如下內容 start start start 瀏覽器會打開多個連接 那么HTML呢 這里百度了解了一下,并改寫 與測試 了一下 這類代碼 用于廣告 與鏈接的分期整理 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>LINKS</title> <style> body,td,a,p,.h{font-family:arial,sans-serif;} .h{font-size: 20px;} .q{color:#0000cc;} </style> <script language="JavaScript"> function openpage(url) { window.open(url,'','scrollbars=1,resizable=1,width=1024,height=768').blur(); window.focus(); } function openMul(urls) { for(var i = 0; i < urls.length; i++) { openpage(urls[i]); } } function ALINKS() { var urls=["http://www.baidu.com","http://www.163.com","http://www.qq.com"]; openMul(urls); } function BLINKS() { var urls=["http://www.baidu.com" ,"http://www.qq.com"]; openMul(urls); } </script> </head> <BODY> <input type="button" value="A Phase" onclick="BLINKS()"> <input type="button" value="B Phase" onclick="BLINKS()"> First Phase Second Phase Third Phase Fourth Phase Fifth Phase Sixth Phase Seventh Phase Eighth Phase Ninth Phase Tenth Phase </BODY> </HTML>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。