Stack Overflow en español Asked by MarcoRojas on December 30, 2021
como puedo hacer que un boton de un formulario me direccione a dos ventanas diferentes….una para ir a la ventana principal del sistema y otra para abrir el form en otra ventana en PHP
Lo que se me ocurre es utilizar javascript. Es una manera muy simple de hacerlo, te dejo un ejemplo. Recuerda cambiar las url por las que tu desees y tambien tener habilitadas las ventanas emergentes.
<html>
<head>
<script type="text/javascript">
function ventanas() {
window.open("https://www.facebook.com/");
window.open("https://www.google.com.ar/");
}
</script>
</head>
<body>
<form>
<input type=button value="Abrir" onclick="ventanas()">
</form>
</body>
</html>
Answered by franco fernandez on December 30, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP