Guest User

Untitled

a guest
Jan 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function open_win() {
  5. window.open("http://www.java2s.com/")
  6. window.open("http://www.java2s.com/")
  7. }
  8. </script>
  9. </head>
  10. <body>
  11. <form>
  12. <input type=button value="Open Windows" onclick="open_win()">
  13. </form>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment