JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
Text to flood396
RegConstruct
chnage text
recentsearches
Add functions to onload event
JS: fast through a list
"12345 ", 1.5, 2.6
trim text
Display Current Year
preloading image event in javascript
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