jameslat Posted July 13, 2011 Share Posted July 13, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/ Share on other sites More sharing options...
teynon Posted July 13, 2011 Share Posted July 13, 2011 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§ion=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§ion=2006534. Domains, protocols and ports must match. Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/#findComment-1242277 Share on other sites More sharing options...
teynon Posted July 13, 2011 Share Posted July 13, 2011 Nevermind, I get a 404 error. It's not loading your web page. Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/#findComment-1242282 Share on other sites More sharing options...
jameslat Posted July 13, 2011 Author Share Posted July 13, 2011 Sorry I had an error in typing my webpage i said www.clientsite.netau.net/home.index.html and i meant to say www.clientsite.netau.net/home/index.html sorry Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/#findComment-1242305 Share on other sites More sharing options...
teynon Posted July 13, 2011 Share Posted July 13, 2011 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'; Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/#findComment-1242313 Share on other sites More sharing options...
jameslat Posted July 13, 2011 Author Share Posted July 13, 2011 Thanks! it worked! but why exactly do u dislike the way I'm doing it? What should I be doing different? Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/#findComment-1242324 Share on other sites More sharing options...
teynon Posted July 13, 2011 Share Posted July 13, 2011 Just making pages for the different content is what I would prefer. Quote Link to comment https://forums.phpfreaks.com/topic/241901-firefox-browser-javascript-problem-50-system-7/#findComment-1242347 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.