Ver original<script>function tuFuncion(){ window.open('tuURL.htm','tuNombreDeVentana','width=200,height=100'); }</script><input type="button" name="boton2" value="boton2" onclick="tuFuncion();" />