Tag Archives: Body Onload

IE restricting ‘active content’ – give me input please!

You understand how IE includes the popup stopper thing integrated now Well when ever I test away my webpage (its many on my HI-DEF not online) around IE it happens with " To support protect your reliability, Internet Explorer provides restricted this report from showing active content that could access your computer system… " I think I understand what is causing it- it is just a frames page and I have inserted a code to the BODY tag associated with some pages like this: Code: < BODY onload=" parent. frames2. location=’.. /right. html’; " > so it will eventually open some content into your right frame when it the principle frame loads. So what I want to know is, when this page is actually online, will this come about to everyone which uses that variation of IE Can there be a way close to it Or will I have to put a note within the page somewhere revealing to users to push ‘allow blocked content’ This can be so frustrating… I wish WE actually knew what i used to be doing I didn’t realize where to post this to the forum, so I hope this is fine. Thanks guys! As … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

My Site works in IE7 but not in Firefox or Netscape

It works fine with Internet Explorer 6, but when it reaches the others (Firefox and Netscape) this doesn’t happen seem to respond at the same time. It will are inclined to freeze in place in Firefox and some of the banners (which usually are Flash Banners) won’t show whatsoever. I used The front Page 2003 to design it. Another person please help. Try getting your sites coding valid. http: //validator. w3. org Just put your site in and function with the code. thanks for all you help! How does someone know what doctype to utilize You should choose depending on how i code… POST remember this post on http: //www. alistapart. com with regards to doctypes. http: //www. alistapart. com/articles/doctype/ some of the first problems you will have in this scenario: code is not valid. (firefox is a great example of your need for valid, or at the least well-formed code) try utilizing a js script to produce flash load very last: adobe flash last load script: HTML: < script type=" text/javascript" > perform loadflash() document. getElementById(‘SOME_DIV’). innerHTML = " THE_FLASH_OBJECT_CODE" < /script> in one’s body tag include: HTML: < body onload=" loadflash()" > < /body> .

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment