Make New button, "New window opens website", click Open New Window.

Source: Internet
Author: User

<! DOCTYPE html>
<title> New Document </title>
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<script type= "Text/javascript" >

A new window opens with a confirmation box open

By entering the dialog box, determine the open URL, default to http://www.imooc.com/

The open window requires a width of 400 pixels, a height of 500 pixels, no menu bar, no toolbars.
function Openwindow () {
if (Confirm ("open?") ")){
var Confirmurl = prompt ("Please enter the address to open", "http://www.imooc.com/");
if (confirmurl!=null) {
window.open (Confirmurl, ' _blank ', ' width=400,height=500,menubar=no,toolbar=no ');
}else{
Alert ("Stop open! ");
}
}
else{
Alert ("You don't want to open it!" ");
}
}


</script>
<body>
<input type= "button" value= "new window open Web site" onclick= "Openwindow ()"/>
</body>

Make New button, "New window opens website", click Open New Window.

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.