Has anyone run into the issue of window.print(); within a radwindow to cause Internet Explorer to crash? This is only affecting some users of IE 6.0.28 and IE6.0.29. I am using the standard method of OpenRadWindow / RadWindowManager. Its happening constantly to my users.
I have tried multiple variations of the following to no avail
<a href="javascript:" onclick="window.print();return false;">print</a>