IHYPRESS PROGRAMMING
Tutorials and JavaScript programs with code and output for beginners
c programming
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
JavaScript ❯ Confirmation Box
<06>
<head> <script> function confirmation() { var answer = confirm("Are you sure you want to go to ihypress.de?"); if (answer){ alert("Going to ihypress.de now..."); window.location = "https://ihypress.de/";} else{ alert("Redirection has been canceled.");}} </script> </head> <body><form> <input type="button" onclick="confirmation()" value="Go to ihypress.de"> </form></body>
Hergestellt in Deutschland / Made in Germany
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland