Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/07/2002, 15:46
Avatar de biblio
biblio
 
Fecha de Ingreso: enero-2002
Ubicación: Urano
Mensajes: 577
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Urgente porfa!! pop up!

Esto te puede servir.

Cita:
<HTML>
<HEAD>
<TITLE>Ayuda</TITLE>
<META content=Fort name=AUTHOR Encalada Fernández>
<META content=ASP name=CODE_LANGUAGE>
<script language="JavaScript">
function openWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
</script>
</HEAD>
<BODY OnLoad="javascript:openWindow('help/help.asp','BlankWin','width=430,height=410,scrollb ars=yes');">
</BODY>
</HTML>
Saludos