- Home /
Internet Explorer 8 says that there are errors in the web page.
Everything works fine in all other browsers but in IE 8 it says that there is an error in line 128
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC) Timestamp: Thu, 16 Sep 2010 02:33:35 UTC
Message: 'document.getElementById(...)' is null or not an object Line: 128 Char: 11 Code: 0 URI: http://tripleagent.co.uk/lerp.html
this is the line with the error.
// 2.5.0 cannot auto update on ppc. Treat as broken.
else if (document.getElementById("UnityEmbed").GetPluginVersion() == "2.5.0f5"
&& navigator.platform == "MacPPC")
brokenUnity = true;
I am using Dreamweaver CS5 on windows 7 64 and the default html script that unity exports i just changed the background and added a few buttons. Do you know what the problem is?
Answer by Extrakun · Sep 16, 2010 at 09:05 AM
That happens all the time. IMHO and in my experience, you can safely ignore the message.
Edit: It has to do with IE's implementation of the function, I believe. Here's a link for example.
Ignoring is one thing but the webpage looking rubbish is another! I wouldn't click in a page that gives you three warnings! I am searching still for a solution. ...
Your answer
Follow this Question
Related Questions
Internet explorer not working with webplayer 0 Answers
Delay on Mouse down touch. 0 Answers
Unity Web Player - Custom Loading Screen - PC 1 Answer
Webplayer not recognized in IE and Facebook 1 Answer
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers