Hello, I have a question, I have an aspx page that includes several scripts parts. What is the way to insure that a specific script will be running first upon page load?
Thanks in advanced, Tal.
add alert('this is the first/second/third script') at the end of each of your scripts and you'll see which one runs first/second/third