body onload alternative
Is there an alternative to body onload? I have this:
and I'd rather put it in a .js file rather than on every page of my site. Is it possible to convert my body onload to something like this:
And, if so, can you show me how.
Thanks,
Klaus
<body onload="useStyleAgain('styleTestStore'); " onunload="rememberStyle('styleTestStore' );">and I'd rather put it in a .js file rather than on every page of my site. Is it possible to convert my body onload to something like this:
<script>...</script>And, if so, can you show me how.
Thanks,
Klaus
