Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/09/2006, 16:00
aenet
 
Fecha de Ingreso: septiembre-2006
Ubicación: Buenos Aires
Mensajes: 53
Antigüedad: 18 años, 4 meses
Puntos: 0
Podes poner este link a la pagina que queres que no tenga la barra de herramientas

<html>

<head>

<script>

function abrirventana()

{

window.open("URLdeLaPágina","NombreDeLaPágina","At ributosSeparadosPorComas");

}

</script>

</head>

<body>

<a OnClick="abrirventana();" href="javascript:void(0)">Texto Con El Vínculo A la Página</a>

</body>

</html>