Jump to content

Firefox browser Javascript problem (5.0 system 7 )


jameslat

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';

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.