<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