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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:55:26+00:00 2026-05-11T03:55:26+00:00

The scenario is this. A web page contains: some DIVs whose visibility can be

  • 0

The scenario is this. A web page contains:

  • some DIVs whose visibility can be toggled with a javascript (fired from an hyperlink)
  • a Submit button, whose response takes about 5 seconds

The hyperlink code is

<a href='javascript:void null;' onclick='MyFunction()'>foo</a> 

The User:

  1. Presses Submit.
  2. While he is waiting for the response, he clicks on the hyperlink, and fires the javascript that toggles the DIVs visibility (no other request is performed).
  3. In Internet Exporer 6, the browser stops waiting for the first Request.

The problem does not happen in other browsers, even if the user plays with the DIVs, the first request is correctly handled, and we navigate to the next page.

Does anyone know what might be causing this? Is it a known IE6 issue?

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T03:55:26+00:00Added an answer on May 11, 2026 at 3:55 am

    Yup, this is the IE6 issue with GET requests triggered from a Javascript action on a hyperlink (where the href is set to ‘javascript:…’).

    e.g. if your JavaScript calls someForm.submit() and the method is GET, there will be NO response (the request is definately sent though)

    http://webbugtrack.blogspot.com/2007/09/bug-223-magical-http-get-requests-in.html

    You either need to modify the link, to be like:

    <a href='#bogushash' onclick='MyFunction()'>foo</a>          ^^^^^^^^^^ 

    or always set the link with return false;

    <a href='javascript:void null;' onclick='MyFunction();return false;'>foo</a>                                                       ^^^^^^^^^^^^^ 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my scenario: i have a parent web page, in my javascript code
The Scenario I have an ASP.Net Web Project that uses a master page. This
I am working to extract some content from a web page. Given below is
This is the scenario: I have a web page with a ListView lv_create_claim which
Here's the scenario: if this is a user's first time logging into my web
This is the scenario: -Hosted web application. -Application trust level is full trust, because
I have this senario. We have an application server that contains a few web
I have the scenario like this, My environment is .Net2.0, VS 2008, Web Application
I have a scenario where I want a web page to contain a <link>
Well I would reproduce in a html page this scenario. I have a div

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.