![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/07/2005, 06:21
|
| | Fecha de Ingreso: junio-2005
Mensajes: 79
Antigüedad: 19 años, 8 meses Puntos: 1 | |
Lo puedes hacer con JavaScript:
<script>
function abrir(URL){
window.open(URL,"",'width=300,height=300,left=320, top=200,toolbar=0,scrollbars=0,statusbar=0,menubar =0,resizable=0');
}
</script>
<input name="Boton" type="submit" id="Boton" value="Boton" onclick="abrir('link.php');">
Un saludo |