Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 691773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:34:50+00:00 2026-05-14T02:34:50+00:00

I open a pop-up window using following code in main.html function openwindow(url) { window.open(url,

  • 0

I open a pop-up window using following code in main.html

function openwindow(url)
{
    window.open(url, "mywindow","location=1,status=1,scrollbars=1,resizable=no,width=650,height=650");
}

<a href="javascript: openwindow('/chats/chat?url=http%3A%2F%2Flocalhost%3A3001')">Open</a>

In My child.html i used

function closewindow()
{
    self.close();
}

function closeIt()
{
    return "Your chat will be terminated. Are you sure?"
}

<a href="javascript:void(0)" onclick="closewindow();">Close Window< /a > &nbsp; &nbsp; 

When i click on close window it gize me alert message that i given on event onbeforeunload but it not close the window when i click on Ok.Also this happens only in I.E. & working fine in mozilla, netscape, safari. I checked it on IE6 & IE8

Any help is Appreciated.

Regards,

Salil Gaikwad

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:34:51+00:00Added an answer on May 14, 2026 at 2:34 am

    This is an issue from quite awhile. You can try this

    < a href="javascript:window.opener='x';window.close();">Close< /a>
    

    but it will close the window without the prompt for closing the window.

    Another solution is:

    function closeWindow() {
    
         //var browserName = navigator.appName;
    
         //var browserVer = parseInt(navigator.appVersion);
    
         var ie7 = (document.all && !window.opera && window.XMLHttpRequest) ? true : false;  
    
         if (ie7)
    
               {    
    
               //This method is required to close a window without any prompt for IE7
    
               window.open('','_parent','');
    
               window.close();
    
               }
    
         else
    
               {
    
               //This method is required to close a window without any prompt for IE6
    
               this.focus();
    
               self.opener = this;
    
               self.close();
    
               }
    
    }
    

    but as far as i know, the window.prompt method in IE7 is blocked.
    You can have a look THIS thread where this issue is discussed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the following JS function to open a pop-up window to display
Using JavaScript I open the pop window and parent window is inactive at this
The following javascript opens a pop-up in Firefox, Safari, IE, and Google Chrome: window.open(http://google.com,
window.open() why window.open always pop up with IE , I set firefox is the
I'm trying to open a pop-up menu from a NSToolbarItem. I tried following this
I want to open a pop-up window on click of 'link', then show some
My Pop window displays Horizontal scroller, how to remove it? I am using Mozilla
I have a pop up window which lists images using a form and radio
Im trying to make a pop-up like window using jquery and its modal box.
What is the simplest way to open a pop-up window, sending it information from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.