dreidel
05-13-2007, 06:31 PM
I have 2 scripts:
> http://www.javascriptkit.com/script/script2/autofresh.shtml
> http://www.javascriptkit.com/script/script2/count2.shtml
I read http://www.javascriptkit.com/script/script2/count2.shtml and I'm still confused.
Any help would be nice.
Thanks.
christslove
05-13-2007, 07:00 PM
I dont understand your problem. Please be more specific on what you dont understand and why.
dreidel
05-13-2007, 07:09 PM
I dont understand your problem. Please be more specific on what you dont understand and why.
I want to put the auto-refresh and countdown timer scripts in the same page. I was able to put the auto-refresh script with no problem when I tried to put the countdown timer the auto-refresh did not work. Why don't both of them work.
Philip M
05-13-2007, 07:39 PM
This topic has been covered many times in this forum. In short, the problem is that you have two onload events and the second one overwrites the first.
For a full explanation and solution see
http://www.javascriptkit.com/javatutors/multiplejava.shtml
dreidel
05-14-2007, 12:22 AM
This topic has been covered many times in this forum. In short, the problem is that you have two onload events and the second one overwrites the first.
For a full explanation and solution see
http://www.javascriptkit.com/javatutors/multiplejava.shtml
I read that tried that and it does not work, I am so lost......
_Aerospace_Eng_
05-14-2007, 03:34 AM
Then you didn't try it properly. Post a link to YOUR site with the scripts implemented not the site where you got them from.