To open a multi-link method

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.