sabarros
07-27-2002, 03:37 AM
I have 3 scripts:
two call on the "onload"
the other calls "onscroll"
I can get the two onloads to work but not the
onscroll
I tried
(in the body):
<body onload="javascript:runOnload();">
(in the script): added at the end of the first script only!
function runOnload()
{
fall();
runmikescroll();
staticize(); <(this being the onscroll)
}
This did not work.
Any suggestions
:confused: :(
two call on the "onload"
the other calls "onscroll"
I can get the two onloads to work but not the
onscroll
I tried
(in the body):
<body onload="javascript:runOnload();">
(in the script): added at the end of the first script only!
function runOnload()
{
fall();
runmikescroll();
staticize(); <(this being the onscroll)
}
This did not work.
Any suggestions
:confused: :(