View Single Post
Join Date: Jun 2008
Posts: 130
Reputation: Q8iEnG is an unknown quantity at this point 
Solved Threads: 2
Q8iEnG Q8iEnG is offline Offline
Junior Poster

Re: Trying to change this JavaScript code, to work without External File..!! How?? plz

 
0
  #3
Dec 2nd, 2008
Originally Posted by Luckychap View Post
You do not have to post for these silly mistakes. Here is what is wrong:

You have put :
  1. setTimeout = ( "rotate()", 4*1000 );

Instead of this:

  1. setTimeout ( "rotate()", 4*1000 );

You should have copy/pasted that code
thanks I did made it, but it did'nt work!!

please.. anything else is wrong?
Reply With Quote