I have a block which has worked fine up until a couple of weeks ago. It now displays ok in Chrome but throws an error in IE. The code is
| Code:: |
<center><a href=http://france.meteofrance.com/france/meteo?PREVISIONS_PORTLET.path=previsionsville/604390 target=_blank><script language="JavaScript" src="http://www.meteofrance.com/FR/partenaires/vignetteMeteoVille2.jsp?LIEUID=FR60439" type="text/javascript"></script><br /></a>
</center>
|
The IE error is
| Quote:: |
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; InfoPath.2; .NET CLR 3.5.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; SRS_IT_E8790577B7765B543EAC98)
Timestamp: Thu, 2 Dec 2010 14:14:22 UTC
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: www.meteofrance.com/FR...ID=FR60439
|
Chrome does report
| Quote:: |
Resource interpreted as script but transferred with MIME type text/html.
|
Any ideas what I need to do to fix it?