Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/12/2008, 14:11
turfeano
 
Fecha de Ingreso: diciembre-2008
Mensajes: 190
Antigüedad: 16 años, 1 mes
Puntos: 6
Respuesta: Validacion de script en W3C

para ayudar a quien pueda ayudarme probe

Código HTML:
<script type="text/javascript>
document.write('<script type="text/javascript" src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'<?=$amp?>proto='+document.location.protocol+'<?=$amp?>target='+wx_targetDiv+'">');
</script>   
   </script> 
es decir sacando el </script> afuera y me devuelve un solo error de validacion q es el siguiente...


Line 284, Column 225: document type does not allow element "script" here.
…otocol+'&amp;target='+wx_targetDiv+'">');✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

tb probre poniendo dentro del document.write cerrar con <\/script> y me lo toma bien pero me devuelve otra clase de errores...

Nosé tal vez simplemente intentar hacer esto es invalidado de cualquier manera y estoy perdiendo mi tiempo.