
24/06/2010, 13:36
|
 | | | Fecha de Ingreso: junio-2010
Mensajes: 64
Antigüedad: 14 años, 8 meses Puntos: 4 | |
Respuesta: Pop up <script type="text/javascript">
function PopUp()
{
window.open('TUPAGINA.html','width=450,height=275, menubar =yes,scrollbars=yes,toolbar=yes,location=yes,direc tories=yes,resizable=yes,top=0,left=0');
}
</script>
y en el cuerpo pones
<body onload=javascript:PopUp()> |