Hi All, Might be nothing to do with the OP's actual problem, but might be related.
IE6 has a problem (Full "encountered a problem and needs to close" message) with POST'ing forms that have hidden fields containing No data: eg. <code> <input type="hidden" name="fred" value=""> // Note empty value attribute </code> It has caused us no end of trouble each time it happens, tracing the code to the offending line and going "Aaargh, not That again!!". Hope that can help some people.