Guest
Private paste!

JavaScript 3

By: a guest | May 1st, 2010 | Syntax: JavaScript | Size: 0.08 KB | Hits: 106 | Expires: Never
Copy text to clipboard
  1. function message()
  2. {
  3.         alert("This alert box was called with the onload event");
  4. }