JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
nine
Yubnub "dbsearch " command to search MySQL data
"string comparision
todaysdate
"howold "
"whois query "
DVD
camelCase to selector-case in JavaScript
"> ">Random Flickr Photo
auto submit form
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