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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:22:07+00:00 2026-05-24T08:22:07+00:00

My javascript won’t load because of errors it receives, only in IE. I used

  • 0

My javascript won’t load because of errors it receives, only in IE. I used debugger to get the following errors. This page renders the javascript correctly in Safari, FF and chrome but not in IE and only on specific pages like this.

http://tsqja.deznp.servertrust.com/Lakeside_721_2_Shelf_Heavy_Duty_Utility_Cart_p/lak-721.htm

1) No relay set (used as window.postMessage targetOrigin), cannot send cross-domain message

2) Invalid argument. jquery.min.js

Any ideas what the first error implies? I have switched out my jQuery build with the latest and it still does the same thing.

UPDATE I have updated my jquery.min.js to the latest and it I figured out this is where the page stops loading…after the invalid argument pops up in the jquery-latest.min.js, line 16 character 15511 which is the following letter ‘b’:

finally{b=[e,f],c=0}}return this}
  • 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-24T08:22:08+00:00Added an answer on May 24, 2026 at 8:22 am

    DEMO https://so.lucafilosofi.com/javascript-errors-no-relay-set-only-in-ie-7-8/

    • 1) – No relay set (used as window.postMessage targetOrigin), cannot send cross-domain message

    is caused by the <g:plusone /> button on your site: ( google is busy of this notice )
    the only way i found to circumnvent this issue is by doing something like this:

    $(function() {
        setTimeout(function() {
            gapi.plusone.render("plusone-div");
        },
        1500);
    
    });
    

    • 2) – Invalid argument. jquery.min.js

    looking into your source-code is a chaos! 😉 OMG

    • you have lot’s of errors like ( missing http:// protocol specified ):

    • different folder case-name like /v/newsite/ and /v/Newsite/ this really matter if you are under nix but since you are using ASP…

    • code like this AttachEvent(window, 'load', store_init); while using jquery like jQuery(document).ready(function() {

    • multiple inclusion of the same file ( this file is included 3 times ) /a/j/product_details.js

    • massive use of $(function(){ & $(document).ready(function(){ & $(window).load(function(){ multiple times when just one needed;

    • js global‘s all around the page, at the top, in the middle and at the bottom, they should stay all on top IMHO…

    • different version of jquery loaded at same time like: jquery-1.4.4.min.js & jquery-1.6.2.js & 1.4.2/jquery.min.js together

    • minor but always crappy, you have <meta /> , <link /> and <script /> in mixed order just like a chicken salad, where they should stay in order meta, links and script preferably at the end of the page.

    • missing semi-colon ; all around;

    • non-sense/malformed code like below and much much more…


    if (!/\/shoppingcart\.asp/i.test(window.location.pathname)) {
        jQuery(document).ready(function() {
            jQuery('a').each(AddCartLink)
        });
    }
    

    var global_Config_EnableDisplayOptionProducts = 'False';
    

    var global_ImageSeed = 'test.jpg';
    global_ImageSeed = global_ImageSeed.substring(...
    

    your site with no errors: https://so.lucafilosofi.com/javascript-errors-no-relay-set-only-in-ie-7-8/

    what i have done is:

    1. reordered main tags meta,links,script
    2. removed shitty widgets like addthis, google, facebook
    3. “tried” to place all the globals to the top;
    4. commented the part of the code that cause chrome problems in the TopScriptsTEST5.js this file is your main problem, ( you should see an huge chunk of code commented )
    5. removed duplicate file inclusion,
    6. removed latest version of jquery, cause i strongly doubt that all the rest of your code work with the latest jquery version, so use the 1-4-4 instead
    7. some other fix here and there… nothing special

    hope this check-up help a little, but i think you need an exorcist 😉

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

Sidebar

Related Questions

I tried using this JavaScript countdown timer on my page but the timer won't
Like the title said, .load() function won't load javascript from called page. Would be
I have this piece of Javascript and it just won't work. I allready checked
Why won't this work in Safari? <script language=javascript type=text/javascript> function changeUrl(url) { window.location.href='http://google.com'; return
I'm trying to load a javascript file into an external page. And want a
I have the same expression in Javascript but it won't work in PHP for
Hi anyone sees why my alert won't work? <script type="text/javascript"> function SubmitForm(method) { var
I'm trying to customize the javascript that Dashcode uses. So that I won't step
First question on stackoverflow :) Hope I won't embarrass myself... I have a javascript
How can I make a javascript file only work on a single domain. I'll

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.