JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
Text to flood100
Sending a excel database dump to your client via. ActiveMailer
Dynamic
Javascript: convert integer to word (e.g. 18 -> eighteen )
"foldercontents "
custom value in select box
Save preference key for Widgets ( Dashboard - Mac OSX )
Banning*00
Chickenfoot
ondblclick= "window.open(
Rate this script:
I Love it
/
I Hate it
Add functions to onload event
Code
function
addLoadEvent
(
func
)
{
var
oldonload = window.
onload
;
if
(
typeof
window.
onload
!=
'function'
)
{
window.
onload
= func;
}
else
{
window.
onload
=
function
(
)
{
oldonload
(
)
;
func
(
)
;
}
}
Add functions to onload event scripts
|
Add functions to onload event snippet
|
Add functions to onload event example
|
Add functions to onload event tutorial
|
Add functions to onload event code