The local bat file has the following content start start start the browser will open multiple connections then HTML Here Baidu learned a bit, and rewrite and test a bit of this type of code for advertising and linked staging <! 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 "&NBSP;," http://www.qq.com "]; openmul (URLs); }</script>
To open a multi-link method