Brett Bretterso
08-19-2005, 08:31 PM
I can't seem to find how to get this to work right.
this.pizza();
this.interval=setInterval("this.pizza()",1000);
It runs this.pizza() the first time when this portion of script is triggerered, but then it won't run it again. In my FF javascript console it says "this.pizza is not a function".
Is there a way to get it to recognize it?
Brett Bretterson
this.pizza();
this.interval=setInterval("this.pizza()",1000);
It runs this.pizza() the first time when this portion of script is triggerered, but then it won't run it again. In my FF javascript console it says "this.pizza is not a function".
Is there a way to get it to recognize it?
Brett Bretterson