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 6910171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:46:48+00:00 2026-05-27T08:46:48+00:00

i have an confirmation box where user can select OK to continue or Cancel

  • 0

i have an confirmation box where user can select OK to continue or Cancel to close box and stay on same page. Problem is that in all browsers except for Opera if I click cancel in the confirmation box, then the box closes and the user stays on the same page which is fine, but in Opera if I click on cancel it would close the page as well.

What do I need to include so that in Opera if I click cancel in the confirmation box, it would close the box but does not close the page?

below is code:

               function showConfirm(){

             var confirmMsg=confirm("Make sure that your details are correct, once you proceed after this stage you would not be able to go back and change any details towards your Session." + "\n" + "\n" + "Are you sure you want to Proceed?" + "\n" );

             if (confirmMsg==true)
             {
             submitform();   
             }else{
             parent.close();      

}
}

Thanks

  • 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-27T08:46:49+00:00Added an answer on May 27, 2026 at 8:46 am

    It seems to me that the else block is unneeded as the parent of an element can be window. That’s why the page is closed.

    I’m not sure what did you want to close with that parent.close()

    function showConfirm(){
        var confirmMsg=confirm("Make sure that your details are correct, once you proceed after this stage you would not be able to go back and change any details towards your Session." + "\n" + "\n" + "Are you sure you want to Proceed?" + "\n" );
    
        if (confirmMsg)
        {
            submitform();   
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an email confirmation page for registration which can be hit with a
I have a confirmation message box for the user in one of my apps.
Problem: I have a confirmation box which pops up whenever I click on the
I want to have a confirmation message box pop up when a user clicks
I have some action with confirmation box (e.g: delete action), but when user click
I'm looking to create a generic confirmation box that can be used by multiple
I have a requirement where I ask user for confirmation and also display messages.
I have an asp.net ajax updatePanelAnimationExtender that is used to fade a save confirmation
i currently have a form that has several check boxes, once all the boxes
How can I achieve that an user could only edit some fields from a

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.