View Single Post
  #2  
Old 02-08-2007, 10:44 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
I'm not too sure if that would work. However, to be sure I'd make the
HTML Code:
if (this.count == 100) {
to:
HTML Code:
if (this.count => 100) {
Unfortanetly, I can't debug anything as of late. V$:C is down!
Reply With Quote