pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
dadasdasd
4 sec ago
NetLoad PREMIUM ACCOUNT...
33 sec ago
Untitled
7 sec ago
Free Fileape premium ac...
16 sec ago
Watch Wales vs Scotland...
27 sec ago
Untitled
13 sec ago
Untitled
20 sec ago
Layout Width
Share Pastebin
JavaScript 3
By: a guest | May 1st, 2010 | Syntax:
JavaScript
| Size: 0.08 KB | Hits: 106 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
function
message
(
)
{
alert
(
"This alert box was called with the onload event"
)
;
}
create new paste
|
create new version of this paste
RAW Paste Data
function message() { alert("This alert box was called with the onload event"); }