Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/07/2010, 11:32
Yengaman
 
Fecha de Ingreso: julio-2010
Mensajes: 7
Antigüedad: 13 años, 9 meses
Puntos: 0
Error sintaxis

Hola a todos.

Tengo un problema con un archivo html que me tira error de sintaxis pero solo en IExplorer, en Chrome y Firefox no lo tira, y ademas aunque muestre que hay un error, tanto la pagina html como el objeto de java funcionan perfectamente.
Detalles de error de página web

Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 3.0.30618; Media Center PC 5.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; SLCC1; Tablet PC 2.0)
Fecha: Sat, 24 Jul 2010 17:26:48 UTC


Mensaje: Carácter no válido
Línea: 1
Carácter: 1
Código: 0
URI: file:///D:/launchervarios/weblaunch/LunchRight_files/LunchRight_files/injection_graph_func.js


Mensaje: Carácter no válido
Línea: 1
Carácter: 1
Código: 0
URI: file:///D:/launchervarios/weblaunch/LunchRight_files/LunchRight_files/injection_graph_func.js


Mensaje: Carácter no válido
Línea: 1
Carácter: 1
Código: 0
URI: file:///D:/launchervarios/weblaunch/LunchRight_files/LunchRight_files/injection_graph_func.js


Os pego aqui el codigo a ver si alguien me puede decir que lo esta ocasionando:

<html><head>
<!-------- Launcher Notice By MasterJeus -- Hastle Network Games -- www.hastlegames.com ----------->
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Launcher Derecho</title>
<style type="text/css">
<!--
body {
margin: 0px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
A:link { text-decoration:none; color: #C69A6B; text-decoration:none; }
A:visited { text-decoration:none; color: #C69A6B; text-decoration:none; }
A:active { text-decoration:none; color: #C69A6B; text-decoration:none; }
A:hover { text-decoration:none; color: #C69A6B; text-decoration:none; }

.t_event { font-family: Dotum,DotumChe,Arial; font-size: 11px; color: #CE753A;letter-spacing:-1px; }
.t_news { font-family: Dotum,DotumChe,Arial; font-size: 11px; color: #C69A6B;letter-spacing:-1px;}
.t_news_b { font-family: Dotum,DotumChe,Arial; font-size: 11px; color: #C69A6B; font-weight : bold ;}
-->
</style><script charset="utf-8" id="injection_graph_func" src="LunchRight_files/injection_graph_func.js"></script></head><body style="border: 0px none ;" leftmargin="0" topmargin="0" scroll="no" oncontextmenu="return false" ondragstart="return false" onselectstart="return false" bgcolor="#000000" marginheight="0" marginwidth="0">
<table border="0" cellpadding="0" cellspacing="0" width="251" height="282">
<tbody><tr>
<td background="LunchRight_files/right_bg.gif" valign="top">

<iframe src="LunchRight_files/RightSlide.htm" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" width="251" frameborder="0" height="25"></iframe>


<iframe src="LunchRight_files/RightNotice.htm" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" width="251" frameborder="0" height="100"></iframe>


<table border="0" cellpadding="0" cellspacing="0" width="100" height="10">
<tbody><tr>
<td></td>
</tr>
</tbody></table>

<iframe src="LunchRight_files/RightBanner.htm" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" width="251" frameborder="0" height="133"></iframe>

</td>
</tr>
</tbody></table>
</body></html>

Última edición por Yengaman; 24/07/2010 a las 11:37