After setting the src of the iframe to 'about:blank', if it is not set to "about:blank", the memory will not be released. You must also use iframe.document.write('');
in order to clear the content, but after this processing, there will still be about 500-1000K of memory left. This is the iframe bug of IE6. Dynamically created iframes always It will consume some memory.