Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/07/2010, 06:47
Avatar de juanito1712
juanito1712
 
Fecha de Ingreso: mayo-2010
Ubicación: Valencia
Mensajes: 1.124
Antigüedad: 13 años, 11 meses
Puntos: 66
no comprendo porque la w3c no acepta esto

Line 35, Column 50: character "<" is the first character of a delimiter but occurred as data
if(document.getElementById(activo).offsetWidth < 20){

This message may appear in several cases:

You tried to include the "<" character in your page: you should escape it as "&lt;"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.

tengo el jaavscript incluido en la pagina de este modo
Código Javascript:
Ver original
  1. <script type="text/javascript">
  2.  
  3. </script>

acaso pide que este vinculado en una pagina externa? o directamente estoy haciendo algo mal

Última edición por juanito1712; 02/07/2010 a las 06:53