On Nov 14, 2005, at 9:40 AM, [EMAIL PROTECTED] wrote:
It seems like its not finding the DOM element "chartData" in the child
... it consistantly crashes the browser whenever I try and access it
like that ...
withWindow(displayWindow, function() {
swapDOM(getElement('chartData'), newChartTable);
});
Any suggestions on how to trouble-shoot the problem? (It's been
difficult as I keep crashing my browser ...)
Try doing it with raw DOM calls? Throw in some alerts or debugging
statements? Post a reproducible example?
-bob