![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/02/2002, 01:46
|
| | Fecha de Ingreso: febrero-2001
Mensajes: 1.374
Antigüedad: 24 años Puntos: 11 | |
Re: El buscador del deposito js v1.2 No se si entendí bien pero creo que necesitas llamar esa página con este script:
<html>
<head>
<!-- Copiar dentro del tag 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>
</head>
<body>
<!-- Copiar dentro del tag BODY -->
<!-- SEGUNDO PASO: Utilizar el siguiente link para abrir la ventana -->
<A HREF="javascript:popUp('tu-pagina.htm')">Abrir Ventana Pop Up</A>
</body>
</html>
Si no es eso avisame,
saludos.
<hr noshade size="1"><font color="#CC0000" face="Arial" size="1">500 rutinas ordenadas por categorías: JS, ASP, PHP, Actionscript y VB![/CODE]<br><font color="#000000" face="Arial" size="1">Descargá <a href="http://www.webtutorial.com.ar/">ScriptMaster v1 |