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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:22:30+00:00 2026-05-26T06:22:30+00:00

I would like not to dispaly the pop-up message below when post back occurs.

  • 0

I would like not to dispaly the pop-up message below when post back occurs. My page has nothing to do with pricing it is displaying ms chart that updates on postback. How to disable in code or java script?

to display the webpage again internet explorer needs to resend the information you’ve previously submitted.

This is the javascript i’ve tried: doesn’t work though.

<script type="text/javascript">
// <!--
function submitForm() {
    window.opener.document.forms[0].submit();
    }
// -->
</script>

and is attached the function to the form as so:

<body>
<form id="form1" runat="server" onsubmit="submitForm()">
  • 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-26T06:22:31+00:00Added an answer on May 26, 2026 at 6:22 am

    I’d bet you’re doing this in your JavaScript:

    FB.Event.subscribe('auth.login', function(response) {
        window.location.reload();
    });
    FB.Event.subscribe('auth.logout', function(response) {
        window.location.reload();
    });
    

    While the above code comes from the Facebook documentation, and it works for a standalone website implementing the Facebook JavaScript SDK, it will break your Facebook App in Internet Explorer and Firefox by causing an infinite loop.

    When Facebook loads an App, it sends information about the user’s authentication state via POST. The SDK processes this data and authenticates the user.

    By telling the JavaScript SDK to reload the page upon successful authentication, Firefox and Internet Explorer interpret this to mean they should send the POST data again, too. Your App receives the POST data again, re-authenticates the user, and reloads the page, causing the infinite loop.

    Solution: don’t use window.location.reload(). Instead you’ll need to set window.location.href (or otherwise strip the POST data from the browser request).

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

Sidebar

Related Questions

I would like to use a spinner. But, this code below does not display
In the code below, I would like to display a status message while fetching
In my routing I would like to have something like not found route handler.
I do not like to use the calendar from .NET, so I would like
Would like to make anapplication in Java that will not automatically parse parameters used
I would like my Core assembly to not expose a certain class and I
I would like to use VB9 but am not sure what syntax to use
I would like to do this but it does not work. bool TryGetEnum<TEnum, TValue>(TValue
I would like an application which is not readily apparent to casual perusal of
I would like to have one column in QTableWidget NOT editable. In forums I

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.