Page 1 of 1

Error running IE html

PostPosted: Tue May 31, 2016 12:08 pm
by Andy
version 12.910.2

I'm seeing the following text at the beginning of file index.html in folder ie7 of my web files:

<!--[if lt IE 9]>
<![endif]-->
<![if gte IE 9]>
<!DOCTYPE html>
<![endif]>

It doesn't like the third line. Maybe lines 2 and 5 need to swap?

Thanks, Andy

Re: Error running IE html

PostPosted: Tue May 31, 2016 4:03 pm
by Clifton
What is the problem? The logic is correct and has been in place for a long time.
Can you provide a link for me to check? ... or can you zip up the content causing the issue and send it?

UPDATE:
If content hangs this early in the load process, it often is related to a piece of JavaScript code that is buggy. For example, it could be some code that is looking for an element that has not loaded yet.

Please let us know what your findings are as it makes us all better developers.