For some reason, my site is not displaying when I use IE8 but it shows under Firefox. Anyone know what I have done wrong?
www.instantcomputerconsultant.com
Thanks,
Jon
Printable View
For some reason, my site is not displaying when I use IE8 but it shows under Firefox. Anyone know what I have done wrong?
www.instantcomputerconsultant.com
Thanks,
Jon
It might be one of the over 30 validation errors. (Then again, it may not.)
The first script looks very suspicious. You can't have the character sequence '</' anywhere within a <script> element, since it terminates it. You need to escape it as '<\/' – or better yet, use an external script.
But the "</" is from Google Analytics. They give you that code to use.
Google aren't exactly know for their commitment to web standards. Just look at the markup they use for their own pages!
I'm not saying that the bad script code is to blame, but it might very well confuse some browsers. Besides, assuring valid markup is usually a good idea before doing any other form of trouble-shooting.
Sure. The thing is it was working fine a couple of weeks ago and now its not. I wonder if its something to do with the popup maybe. It all works splendidly in Firefox.
It seems to work in Opera as well.
IE8 shows an exclamation mark on the bottom left of its window, suggesting an error. Is there any way it can report the specific error?
That means it is some javascript error. Double click it and ask for more details. One of the buttons there.
It said this...
:confused:Quote:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; iOpus-I-M; Sky Broadband; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 3.0.04506.648; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Thu, 25 Jun 2009 12:18:16 UTC
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: http://www.instantcomputerconsultant.com/index.php
Perhaps you can find some help on Microsoft's page about that error?
There are several suggested workarounds on that page.Quote:
This problem occurs because a child container HTML element contains script that tries to modify the parent container element of the child container. The script tries to modify the parent container element by using either the innerHTML method or the appendChild method.
Decided to remove the popup. There must be more compliant popup scripts out there.
Have you tried?
Code JavaScript:<script type="text/javascript"> <!-- script here --> </script>
Yes, I did that to remove it.