16/01/2004, 19:33
|
| | | Fecha de Ingreso: noviembre-2003 Ubicación: Guatemala
Mensajes: 742
Antigüedad: 21 años, 2 meses Puntos: 4 | |
copia esto en el notepad y guadalo como .htm
Código:
<html>
<script>
i=0;
function wwsc(wad,ww,wh) {
i++;
wnam="lavar"+i;
wlncw = window.open(wad,wnam,"location=no,
menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes,width="+ww+",height="+wh);
wlncw.focus();
void(0);
}
</script>
<body>
<a href="javascript:wwsc('laventana.htm')">click aqui</a>
</body>
</html>
__________________ '_' ... |