you have 2 doctypes declared
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
Thread Starter
krad
(@krad)
ok fixed that problem but in IE 8 I get error on page with java script? 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; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; FDM)
Timestamp: Mon, 10 May 2010 19:35:25 UTC
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://www.leapfrogpr.com/Public_Relations_Agency_Press.php/Scripts/AC_RunActiveContent.js
Now I have tested the page with firebug and seems fine?? very odd.
This line should have a slash before /Scripts. Otherwise it will try to load the javascript relative underneath where it doesn’t exist. As you can see when accessing the URI in the error you posted.
<script src="/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>