DITTO AS I DON'T KNOW HOW TO DO A SCREEN CAPTURE.....THANKS WHODAT! pmc (my xp says a slightly different msg like 'script error or lstack overflow error = can't remember!?!) the frustrating part is it FREEZES WHOLE SITE YOU CANT EVEN close it w/o ending the app. by ctrl/alt/delete - cant go to any drop downs, functions NADA.... there "I've said too much...oh no I havent said enough'...lol
i think this may be why the problem occurs...
what's happening, i think, is that the scroll back function is NOT using a set piece of memory and is instead reproducing itself ad-infinitum when you scroll back and forth instead of reuse the memory it has allocated. a common high level programming fault. In single processor operating systems (xp) it will cause a stack overflow. in multiprocessor ones, an out of memory fault, as vista and like os' have a non-executable memory area to prevent that. my best guesses so far. i'll see if i can find a way to capture the memory usage from performance analyzer in windows