page onload function register
11
This function will run all functions that are to be executed one by one on page load with specified/added orde



me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Hackdemian
impomatic
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
function bodyOnLoad() {
test1();
test2();
}
function test1(){
....
}
function test2(){
....
}
content