downgrade wrote:
Quote:
*I am creating a loading page on my site which has 2 differen
javascript script commands in it. One for the Loading Bar, An
Another To trigger a new page to open as my main page so i can get i
the size and style i want. The problem I'm having is the loading ba
wont even be finished before the new page loads. Is there anyway t
force one script to end before another one is allowed to start? An
help will be much appreciated. Thanx * |
Downgrade,
This might work: can you put a
onload="javascript
:SecondScriptToRun;" in the tag of something on you
loading bar. This way after that tag is loaded, it will call tha
script. And you can have the script for your loading bar just in th
head with something like <script>[contents of the script]</script> an
that will execute first. Did that help? Or do you need somethin
different?
--JaOtEa
-
JaOtEa