
04/07/2003, 16:09
|
| | Fecha de Ingreso: julio-2003
Mensajes: 22
Antigüedad: 21 años, 8 meses Puntos: 0 | |
No sé si te refieres a esto:
<html>
<head>
<title>titulodetupagina</title>
<script LANGUAGE="JavaScript">
function newWindow() {
window.open('', 'ventana','top=50,left=160,width=500,height=300,sc rollbars=no');
}
</script>
</head>
<body>
<a target="ventana" onclick="newWindow()" href="TUPAGINA.HTML">texto del enlace</a>
</body>
</html>
Pruébalo a ver si era eso.
Saludos |