G Guest Sep 11, 2006 #1 hey all, how do you run a section of javascript everytime the page loads? thanks, rodchar
M Mark Rae Sep 11, 2006 #2 hey all, how do you run a section of javascript everytime the page loads? Click to expand... Er... <html> <head> </head> <body> <script> alert('This runs every time the page loads'); </script> </body> </html>
hey all, how do you run a section of javascript everytime the page loads? Click to expand... Er... <html> <head> </head> <body> <script> alert('This runs every time the page loads'); </script> </body> </html>
G Guest Sep 12, 2006 #3 thanks for the help. Mark Rae said: Er... <html> <head> </head> <body> <script> alert('This runs every time the page loads'); </script> </body> </html> Click to expand...
thanks for the help. Mark Rae said: Er... <html> <head> </head> <body> <script> alert('This runs every time the page loads'); </script> </body> </html> Click to expand...