26/02/2002, 22:39
|
| | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años Puntos: 1 | |
Re: Disculpen mi intrusion... ah caray si esto no es... que es lo que quieres?
<html>
<head>
<script>
function abrirpopup(nombre,ancho,alto) {
dat = 'width=' + ancho + ',height=' + alto + ',left=0,top=0,scrollbars=no,resize=no';
window.open(nombre,'',dat)
}
</script>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="#" onclick="abrirpopup('nombre.html',400,300);&q uot;>abrir</a>
</body>
</html>
saludos |