Español
<!-- Agregue el siguiente código al área <body> --> ¿Tiene varios sitios espejo y a menudo tiene sitios que no se pueden abrir? Luego use el siguiente código para resolver este problema y se seleccionará automáticamente. El sitio más rápido ingresa <html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"><meta http-equiv="refresh" content="5;url= . /"> <título>Selecciona automáticamente el sitio más rápido</título></head> <centro><br> <p> <br> <color de fuente=azul tamaño=7><br><br> Espere, seleccionando el sitio más rápido... </p> <script> i=1 var autourl=new Array() autourl[1]="http://www.sohu.com" autourl[2] ="http://www .sina.com.cn" autourl[3]="http://www.downcodes.com" función auto(url){if(i){ i=0;top.location=url }} función ejecutar(){ for(var i=1;i<autourl.length;i++)document.write("<img src="+autourl[ i]+" ancho=1 alto=1 onerror=auto(' "+autourl[ i]+ "')>")} ejecutar() </script> </body></html>