Endless Javascript Loop Browser Bug

Affected : All Browsers who support javascript
           Tested againist Internet explorer 6 , after 10,000 times repeat , 
a msgbox appeared offering to stop script
           Affected when entering a specially crafted webpage like below

Severity Rating : Meduim

How is it done : Anyone could make an html page with : 
document.write('anything here to be repeated (can be some telnet iframes to 
load all memory :) ) <script src=samepage.htm>');
then making another page that has <script src=thatabovepage.htm> then anyone 
going to page2 will suffer an endless loop of document.write leading to 
overload of memory then a reboot


Discovered By : boshcash - boshcash@msn.com