I created a JSP page in which I created a icon to print using...
<a href="javascript:window.print()">
<img src="images/printIcon.gif" alt="Print the Records"
width="40" height="40" border="0" />
</a>
The page works fine in my local machine in all browsers. But when I load in sandbox, it works only in Chrome and Firefox, but in IE8 it skips the content of body in the first two pages and prints the next pages.
Is there a problem with IE8 or am I missing any settings?