Jump to content

Recommended Posts

Hi,

I'm having some problems with my newly updated firefox 5.0 running on my system 7 when it comes to load javascript on certain sites.

Like some sites it loads perfect on mine it doesn't, although it works great on IE and safari.

Javascript is enabled with my firefox but i can't figure out why it won't work?

 

check it out

www.clientsite.netau.net/home.index.html

 

any thought at wht could be wrong?

 

thnx, James

When I load your page in Chrome, I get all these javascript errors:

 

Unsafe JavaScript attempt to access frame with URL http://dli.bp3845578.btrll.com/dli/3845578?click=http://feed-rt.baronsoffers.com/offer/click/q/aT0xMzY5LHM9MzAweDI1MCx4PTE=?subid=default&r=&n=1310570363 from frame with URL http://adserver.thegrids.info/offer/feed/q/aT0xMTM4LHM9MzAweDI1MCxuPWlmcmFtZSxiPTA=?subid=default. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL http://feed-rt.baronsoffers.com/offer/feed/q/aT0xMzY5LHM9MzAweDI1MCxuPWlmcmFtZSxiPTA=?subid=default from frame with URL http://adserver.thegrids.info/offer/feed/q/aT0xMTM4LHM9MzAweDI1MCxuPWlmcmFtZSxiPTA=?subid=default. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL http://ad.yieldmanager.com/iframe3?4Ts0APdkHgAhj5YAAAAAALd9JQAAAAAAAgAEAAIAAAAAAP8AAAAEDKRvMQAAAAAAfyMxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADddRIAAAAAAAIAAgAAAAAAMzMzMzMzwz8zMzMzMzPDPwAAAAAAANA.AAAAAAAA0D8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3hskr-5tmCrCLJrGuPw.UHwWyPKxC5Z6U0uMCAAAAAA==,,http%3A%2F%2Ferror404.000webhost.com%2F%3F,B%3D10%26Z%3D300x250%26_salt%3D3624209584%26r%3D0%26s%3D1991927,7cc69e58-ad63-11e0-9f3f-3794149dd461 from frame with URL http://adserver.thegrids.info/offer/feed/q/aT0xMTM4LHM9MzAweDI1MCxuPWlmcmFtZSxiPTA=?subid=default. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL http://ad.jumbaexchange.com/st?ad_type=iframe&ad_size=300x250&section=1991927 from frame with URL http://adserver.thegrids.info/offer/feed/q/aT0xMTM4LHM9MzAweDI1MCxuPWlmcmFtZSxiPTA=?subid=default. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL http://error404.000webhost.com/? from frame with URL http://adserver.thegrids.info/offer/feed/q/aT0xMTM4LHM9MzAweDI1MCxuPWlmcmFtZSxiPTA=?subid=default. Domains, protocols and ports must match.

Unsafe JavaScript attempt to access frame with URL http://error404.000webhost.com/? from frame with URL http://ads.bluelithium.com/st?ad_type=iframe&ad_size=300x250&section=2006534. Domains, protocols and ports must match.

I greatly dislike the way you are using javascript on your site, but you should use ID instead of the form name, it would be much easier.

 

Add this to your textarea:

 

<textarea id="blah">

 

Then when you change the value:

 

document.getElementById('blah').value='content';

 

Or you could use a div id and change the innerhtml. document.getElementById('blah').innerHTML='blah';

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.