Q:
How can I call a javascript-written function every time a page is refreshed?
How to call it?
______________________________________________________________________________________________
Answer 1:
<Body onload = "yourfun ();">
______________________________________________________________________________________________
Answer 2:
I have <body onload = 'settimeout ("location. Reload ()", 1000) '>
After setting the refresh time, how can I use onload to call JavaScript?
______________________________________________________________________________________________
Answer 3:
<Body onload = 'settimeout ("yourfun ()", 1000) '>
______________________________________________________________________________________________
Answer 4:
<Body onload = 'settimeout ("yourfun ()", 1000) '>
<SCRIPT>
SetTimeout ("window. Location. Reload ()", 1000 );
</SCRIPT>