Avatar

Correct answer by
Not applicable

Thank you, but since i am used to javascript, i'll stick to it.

I did figure out the problem. It's a javascript bug with the ParseInt method !!

check out there: http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C85006A6604

parseInt("08") = 0 !!

how to waste 2 hours for a stupid bug...

View solution in original post