I need to run a javascript function on page load and have included the script. i am using the command <body onLoad="EmptyCart()" which is a function within the included script. Only problem is, it runs the function when i run it on the server i have set up on my home computer, but when uploaded onto my webhosting server, the script just doesn't run. I am assuming that the server must not be allowing onload functions would this be correct? of am i just doing something wrong.
cheers, Mark.
[email protected]
cheers, Mark.
[email protected]
Comment