Page 1 of 1

Error in IE

Posted: 10 Jun 2009, 21:14
by kada
Hi Gurus,

i have read the post according to the internet explorer problem:
Could not open page......

I have also tried to include the provided code
<script type="text/javascript">
window.addEvent('domready', function() {
// Do initialization
}
</script>
but i only get a java script error

Maybe i put this to the wrong place.
Please help me

what i have done is copyied this code and pasted it in within the html template editor within joomla administration

Regards

Re: Error in IE

Posted: 10 Jun 2009, 23:43
by Jan
Hi, if you have problems with this:

https://www.phoca.cz/documents/2-phoca-g ... ent/24-faq (point 5)

try to add into your script code attribute defer

<script type="text/javascript" defer="defer">

Re: Error in IE

Posted: 11 Jun 2009, 21:29
by kada
Hi Jan

thanks for your feedback
looks like that point 5 is the one i was looking for

Regards

Re: Error in IE

Posted: 15 Jun 2009, 20:15
by jucuegas
Hello,

I edit the line

window.addEvent('domready', function() {

into this:

window.addEvent('load', function() {

In joomla 1.5.8 is correct but I was updated to 1.5.10 ande the patch don't work.
The problem is in IE6 and IE7, in IE8 work but with warning

thanks for your support

Re: Error in IE

Posted: 18 Jun 2009, 18:58
by Jan
Hi, did you update it after update Joomla!

I know only these two methods (defer tag, or loading after page is loaded), how to prevent from this IE bug :(