Resolve Window.opener=null;window.close (), only support IE6 does not support IE7,IE8 problems _javascript tips

Source: Internet
Author: User

Window.opener=null;window.close (), only support IE6 does not support IE7 issues

Open a new window and close this window without ejecting the prompt before you close the window
function Openwin () {
window.open (' login.jsp ', ', ', ' fullscreen=yes,menubar=no,resizable=no ');
Window.opener=null;
Window.close ();
}


Under the IE7 for

function Openwin () {

Window.opener=null;
window.open (' login.jsp ', ', ', ' fullscreen=yes,menubar=no,resizable=no ');
Window.close ();
}

///////////////////////
<a href= "#" onclick= "Window.opener=null;window.open (', ' _self '); Window.close ();" > Do not confirm shutdown </a>
That is to add window.open (', ' _self ') between Window.opener=null;window.close ();
It's OK!

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.