Hola Compañeros de lista! tengan ustedes buenos dias:
tengo un pequeño problema, y ya me mareé bastante.
Tengo una funcion en Jscript:
<script language="JavaScript">
function inicio()
{
ancho=100
alto=1124
fin=770
x=100
y=100
ventana = window.open("importantetorneo.html.",
"_blank","resizable,height=100,width=100,top=x,left=y,screenX=x,screenY=y,scrollbars=yes,");
abre();
}
function abre()
{
if (ancho<=fin)
{
ventana.moveTo(x,y);
ventana.resizeTo(ancho,alto);
x+=5
y+=5
ancho+=15
alto+=15
timer= setTimeout("abre()",1)
}
else
{
clearTimeout(timer)
}
}
</script>
</head>

<body onload="inicio()">

Esta funcion deberia abrir una ventana, automaticamente y luego poder
cerrarse, cosa que en local host, lo hace, ahora subido al servidor dice que
no encuentra el archivo (importantetorneo.html) que ya esta en el servidor

Este es el mensaje que me da
Not Found The requested URL /importantetorneo.html. was not found on this
server

este es el codigo de importantetorneo.html:


html:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IMPORTANTE TORNEO A JUGARSE  EL 17 DE NOVIEMBRE DE 2008 EN MORON -
BUENOS AIRES</title>
<link rel="stylesheet" href="philicss.css" type="text/css" />
</head>

<body>
<div id="imptorneo" align="center">
<a href="index.html" ><div id="volver" align="center"></div></a>  esta es
una imagen ubicada en el extremo superior izquierdo, que sirve para volver
al index
</div>


</body>
</html>


CSS:


#volver{background: transparent url("philidorvolver.png") no-repeat;
        float:left;
        width:68px;
        height:87px;
        font-family:"Monotype Corsiva", "Georgia", "Times New Roman",
"Times, serif;";}

#imptorneo{
width:740px;
height:1124px;
background:transparent  url("torneoimportante1.jpg")  no-repeat;
margin:0 auto;
}
que puede ser?


Muchas gracias

Alejandra
_______________________________________________
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo

Responder a