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

  • Home
  • SEARCH
  • 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 6744213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:03:25+00:00 2026-05-26T12:03:25+00:00

I am running this script: <script type=text/javascript> window.onload=function() { document.getElementById(loading).style.display = none; } </script>

  • 0

I am running this script:

<script type="text/javascript">
window.onload=function()
{
document.getElementById("loading").style.display = "none";
}
</script>

When I implemented it it my other script stopped working in IE (FF and others work fine)

Why and what should I do to fix this? I am using jQuery if there is a better way to do the above script and eliminate the issue.

  • 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-26T12:03:25+00:00Added an answer on May 26, 2026 at 12:03 pm

    Because you are using jQuery already, please do it like this:

        $(document).ready(function() {
          document.getElementById("loading").style.display = "none";
        });
    

    or

        $(document).ready(function() {
          $("loading").style.display = "none";
        });
    

    and be aware adding this at the bottom of your HMTL file.

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

Sidebar

Related Questions

I have this script, running on a links list: $('li#linkcat-25 a').bind('click', function (e) {
<html> <body> <script src=raphael.js type=text/javascript></script> <script>// Each of the following examples create a canvas
import stdlib.core.web.resource Editor = {{ base_url = Resource.base_url? load = <script type=text/javascript src={base_url}/tinymce/jscripts/tiny_mce/tiny_mce.js></script> @client
I have a PHP script with infinite loop. I need this script running forever.
I have a Python script that is running a few ls commands. This script
This MySQL script installs multiple triggers. It works on one machine running MySQL 5.0.51b-community.
This seems redundant, running perl from a Perl script itself. my $Pref = &*())(*&^%$#@!;
I tried running a python script: print Hello, World! And I get this error:
I have this sample page: <html> <head> <meta http-equiv=Content-Type content=text/html; charset=utf-8> <title>Ajax Page</title> <script
Im running this query on the same server as the web application, so SPQuery.ExpandRecurrence

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.