Re: [Proto-Scripty] Re: IE stack overflow

2011-03-16 Thread Phil Petree
Every time that I have had a stack overflow its been because of a continuous, recursive call (same function gets continually called inside a loop until there is no more room on the stack to make another call (stack gets depleted hence the stack overflow)). On Wed, Mar 16, 2011 at 9:13 AM, Walter

[Proto-Scripty] Re: IE stack overflow

2011-03-15 Thread The Dark Lord
ok, well as i said i was not a javascript guru, but i think i may have found the issue after going through the IE debugger... it appears that lightbox that i'm using is causing the issue with an endless loop or something which is causing the stack overflow. and it is the reason for the handler not