Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/04/2010, 17:01
tai007
 
Fecha de Ingreso: abril-2010
Mensajes: 76
Antigüedad: 14 años
Puntos: 0
Respuesta: Ayuda con validación W3C

Necesito un poco mas de ayuda...

A ver si alguien me puede ayudar a validar este HTML por W3C

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
  <head> 
  <meta http-equiv="content-type" content="text/html; charset=windows-1250"> 
 
  <title></title> 
<script type="text/javascript" src="Themes/tabs/tabs.js"></script>  
    <link type="text/css" media="all" href="Themes/tabs/tabstyle.css" rel="stylesheet">    
  </head> 
  <body> 
 
 
<script language="JavaScript" type="text/javascript"> 
//<![CDATA[
 
function RutaGraficoMeteored(Tau){
var RutaBase="http://imagenes.meteored.com/gfs_meteored/";
var Ruta01=RutaBase + "GFS" + Tau + "_ESP0_" + "SFC.gif";;
var Ruta02=RutaBase + "GFS" + Tau + "_ESP0_" + "500.gif";
var Ruta03=RutaBase + "GFS" + Tau + "_ESP0_" + "10M.gif";
 
//se muestra la carga
target = document.getElementById( "cargandoMeteored" );
target.style.display = "";
target.scr= "Themes/default/images/loading.gif";
 
document.getElementById("Meteored1").src = Ruta01;
document.getElementById("enlaceMeteored1").href = Ruta01;
document.getElementById("Meteored2").src = Ruta02;
document.getElementById("enlaceMeteored2").href = Ruta02;
document.getElementById("Meteored3").src = Ruta03;
document.getElementById("enlaceMeteored3").href = Ruta03;
}
 
function imagencargada(){
if (document.getElementById("Meteored1").src == "Themes/default/images/loading.gif"){
  return;
  }
 
target = document.getElementById( "cargandoMeteored" );
 
if (target.scr == "Themes/default/images/loading.gif") {
  target.style.display = "none";
  target.scr= "Themes/default/images/blank.gif";
}
 
}
 
 
//]]>
</script>       
 
<!--- Inicio del Panel --> 
<div class="tborder" style="margin-top: 0ex;"> 
      <div class="catbg" style="padding: 0px 0px 0px 0px;"> 
      <a name="name"></a> 
      </div> 
      <div id="panel"> 
            <input type="button" name="Boton1" value="+12H" OnClick="RutaGraficoMeteored('012');" title="Pronostico +12H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+18H" OnClick="RutaGraficoMeteored('018');" title="Pronostico +18H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+24H" OnClick="RutaGraficoMeteored('024');" title="Pronostico +24H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+30H" OnClick="RutaGraficoMeteored('030');" title="Pronostico +30H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+36H" OnClick="RutaGraficoMeteored('036');" title="Pronostico +36H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+42H" OnClick="RutaGraficoMeteored('042');" title="Pronostico +42H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+48H" OnClick="RutaGraficoMeteored('048');" title="Pronostico +48H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+54H" OnClick="RutaGraficoMeteored('054');" title="Pronostico +54H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+60H" OnClick="RutaGraficoMeteored('060');" title="Pronostico +60H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+66H" OnClick="RutaGraficoMeteored('066');" title="Pronostico +66H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+72H" OnClick="RutaGraficoMeteored('072');" title="Pronostico +72H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+84H" OnClick="RutaGraficoMeteored('084');" title="Pronostico +84H" style="font-size: 8pt"/>                        
            <input type="button" name="Boton1" value="+90H" OnClick="RutaGraficoMeteored('090');" title="Pronostico +90H" style="font-size: 8pt"/> 
            <input type="button" name="Boton1" value="+96H" OnClick="RutaGraficoMeteored('096');" title="Pronostico +96H" style="font-size: 8pt"/> 
 
      
      <table class="bordercolor" style="margin-top: 1px;" border="0" cellpadding="5" cellspacing="1" width="100%"> 
 
        <tbody> 
 
          <tr> 
          
            <td class="windowbg2"> 
      <div name="cargandoMeteored" id="cargandoMeteored"> 
      <img name="cargandoimg" id="cargandoimg" src="Themes/default/images/loading.gif"  border="0" /> 
      </div> 
 
      <div id="TabContentMeteored" style="font-size: 80%">    
       <ul class="tabset_tabs"> 
        <li><a class="active" href="javascript:void(0);" onclick="expandcontent('1', this, 'TabContentMeteored', 'TabContainerMeteored')">Pres.niv.Mar + Nubosidad + 6H prec.</a> </li> 
        <li><a class="PreActive" href="javascript:void(0);" onclick="expandcontent('2', this, 'TabContentMeteored', 'TabContainerMeteored')">500hPa Temp + Viento</a> </li> 
        <li><a class="PreActive" href="javascript:void(0);" onclick="expandcontent('3', this, 'TabContentMeteored', 'TabContainerMeteored')">Pres.niv.Mar + Viento</a> </li> 
      </ul> 
     </div> 
     
 
      <div id="TabContainerMeteored">	       
            
       <div id="tab1" class="tabset_content_active"> 
        <h2 class="tabset_label">Pres.niv.Mar + Nubosidad + 6H prec.</h2>     
            <a id="enlaceMeteored1" target="_blank"><img name="Meteored1" id="Meteored1" src="Themes/default/images/loading.gif" onLoad=imagencargada() border="0" /></a> 
        </div>    
      
      <div id="tab2" class="tabset_content"> 
        <h2 class="tabset_label">500hPa Temp + Viento</h2> 
             <a id="enlaceMeteored2" target="_blank"><img name="Meteored2" id="Meteored2" src="Themes/default/images/loading.gif"  border="0" /></a> 
       </div>   
            
      <div id="tab3" class="tabset_content"> 
        <h2 class="tabset_label">Pres.niv.Mar + Viento</h2> 
            <a id="enlaceMeteored3" target="_blank"><img name="Meteored3" id="Meteored3" src="Themes/default/images/loading.gif"  border="0" /></a> 
      </div> 
 
 
 
       </div> 
 
 
 
 
            
             </td> 
 
          </tr> 
 
 
 
        </tbody> 
      </table> 
<script language="JavaScript" type="text/javascript"> 
//<![CDATA[
RutaGraficoMeteored('012');
//]]>
</script>       
      
      </div> 
 
</div> 
 
 
 
 
 
 
  </body> 
</html>

Me da infinidad de errores...

Gracias de antemano