![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/03/2002, 08:32
|
| | Fecha de Ingreso: julio-2001 Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 6 meses Puntos: 1 | |
Re: Como Hago Para Abrir Un Pop-up? Hola!,
Mira El Codigo:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL)
{
ventana = window.open(URL, "ventanita", "toolbar=no,scrollbars=no,location=no,statusb ar=no,menubar=no,resizable=no,width=400,height=60& quot;);
}
</script>
</head>
<BODY onLoad="javascript:popUp('popup.html')"& gt;
</body>
</html>
<CENTER><FONT COLOR=Black SIZE=2><I>"No Hay Cosas Imposibles, Solo Hombres Incapaces"</I></FONT></CENTER> |