Quantcast
Viewing latest article 12
Browse Latest Browse All 40

window.print() freezing in IE7 and IE8

Working on some pages, built mostly in classic asp. I am trying use window.print() on a few of my pages but for some reason it is stalling on me. It pops up and asks what printer to use, after choosing and clicking ok....it stalls up and have to end the IE task. Here is my link tag:

<a href="#" onclick="window.print(); return false;">print window</a>

This works very well in all other browsers. The only thing I can think of is that I have an @media print tag in my CSS which I know is not fully supported. Would having this tag on the page cause this to happen?


Viewing latest article 12
Browse Latest Browse All 40

Trending Articles