1. Open a new window (window.open)

Source: Internet
Author: User

The open () method opens a new window.

Grammar:

window.open (<url>, < window name;, < parameter string >)

Parameter description:

URL: opens the URL or path of the window. window Name: The name of the window being opened. Can be "_top", "_blank", "_selft" and so on. parameter string: sets the window parameters, separated by commas.

Parameter table:

For example: Open http://www.imooc.com website, size 300px * 200px, no menu, no toolbar, no status bar, scroll bar window:

<script type= "Text/javascript" > window.open (' http://www.imooc.com ', ' _blank ', ' width=300,height=200,menubar= No,toolbar=no, Status=no,scrollbars=yes ') </script>

Attention:

1. There are spaces between the comma and the equals sign between the parameters, the string is invalid and only the whitespace is removed to run correctly.

2. Run results consider browser compatibility issues.

1. Open a new window (window.open)

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.