Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/09/2004, 18:07
YDIABLOY
 
Fecha de Ingreso: septiembre-2004
Mensajes: 58
Antigüedad: 20 años, 5 meses
Puntos: 0
este es el codigo robado directamente de esa pagina solo metelo en tu html
:
<script>

function detenerError(){
return true
}
window.onerror=detenerError
</script>
<head>
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<script language=VBScript>
<!--
Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 250

Function Window_onLoad()
Bar = 95
sP = 10
END Function

Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = " C a r g a n d o p á g i n a . . . " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "HTTP://wWw.Xalapeno.Com"
Document.Body.Style.Display = ""
End If
End Function

Call Count()
-->
</script>