
10/01/2002, 05:43
|
| | Fecha de Ingreso: diciembre-2001
Mensajes: 240
Antigüedad: 23 años, 2 meses Puntos: 0 | |
Re: pop up window Este te puede servir,
Coloca esto dentro del HEAD
<SCRIPT LANGUAGE="JavaScript">
<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=320,height=240');");
}
// -->
</script>
Y esto para tus enlaces
<A HREF="javascript:popUp('tu-pagina.htm')">Abrir Ventana Pop Up</A>
<center><embed src="http://www.iespana.es/ram2001/logo02.swf" height=50 width=200>
</embed></center> |