24/08/2002, 07:35
|
| | Fecha de Ingreso: enero-2002
Mensajes: 545
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: Pop up EN LA ETIQUETA 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>
EN LA ETIQUETA BODY:
<a href="#" onclick="abrirpopup('nombre.html',400,300);&q uot;>abrir</a>
<p align="center"><a href="http://www.mundopesca.cjb.net"><img border="0" src="http://usuarios.lycos.es/criminologia/antinazis.gif" width="65" height="81"></a></p> |