
29/07/2002, 19:05
|
Usuario no validado | | Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 23 años, 7 meses Puntos: 0 | |
Re: Ventana POP-UP automática asi
<script language="JavaScript">
window.open('page.html', '_new_window', 'toolbar,menubar,scrollbars,resizable,directories, status,location,copyhistory,width=658,height=365,t op=15,left=150')
</script>
o asi
<script language="JavaScript">
function abrir()
{
window.open('page.html', '_new_window', 'toolbar,menubar,scrollbars,resizable,directories, status,location,copyhistory,width=658,height=365,t op=15,left=150')
}
onload=abrir
</script>
<center><hr size="1" width="100%" noshade><a href=javascript:MsgrApp.LaunchIMUI('gpa36@hotmail. com')>
<strong><font face="courier new" color="#666666" size="2">Contact Me?[/CODE]</strong>
<IMG SRC="http://woertman.org:8080/msn/gpa36" border="0"></A></ce |