Share Pastebin
Guest
Private paste!

JavaScript 2

By: a guest | May 1st, 2010 | Syntax: HTML | Size: 0.21 KB | Hits: 111 | Expires: Never
Copy text to clipboard
  1. <html>
  2. <head>
  3. <script type="text/javascript" src="methods.js"></script>
  4. </head>
  5. <body onload="message()">
  6. <script type="text/javascript">
  7. alert("This was called from the page")
  8. </script>
  9. </body>
  10. </html>