Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/03/2009, 02:34
desinglive
 
Fecha de Ingreso: agosto-2008
Ubicación: León
Mensajes: 28
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: Crear ventana popup que se mueve.

este es el codigo que tengo.. pero no se estructurarlo.. ni nada

mas o menos como seria??

Código:
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<script language="JavaScript">

function AbrirPopUp() {
window.open("http","","width=300,height=250")
setInterval(moverpopup, 10);

window.moveBy(30,30)


}
function moverpopup(){
screen.width
screen.height

setInterval(moverpopup, 10);

 
}
</script>


<body>

<a href="http" onclick="AbrirPopUp(); return false;">Abrir Ventana</a>

</body>
</html>
un saludo y gracias