Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/09/2005, 16:28
bellacord
 
Fecha de Ingreso: junio-2003
Ubicación: Frente al monitor
Mensajes: 508
Antigüedad: 21 años, 7 meses
Puntos: 0
varias emergentes

<script LANGUAGE="JavaScript">
<!--

function launch(newURL, newName, newFeatures, orgName) {
var remote = open(newURL, newName, newFeatures);
if (remote.opener == null)
remote.opener = window;
remote.opener.name = orgName;
return remote;
}

function launchRemote() {
myRemote = launch("pagina.htm", "myRemote", "height=600,width=450,channelmode=0,dependent=0,di rectories=0,fullscreen=0,location=0,menubar=0,resi zable=0,scrollbars=0,status=0,toolbar=0", "myWindow");
}

// -->
</script>

<body>


<a href="javascript:launchRemote()">Abrir ventana emergente</a></p>


como hago para que dentro de ese codigo pueda tener mas link para abrir mas popups
__________________
Tengo una duda...