Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <form name="form" action="others.html">
  2. <!-- bla bla, with the table and so on -->
  3. <input type="image" src="../images/go.png" onclick="show_alert();">
  4.  
  5. <!-- and the little test alert -->
  6. <script>
  7. function show_alert() {
  8. alert("Test");
  9. }
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement