Hi all,

I have a DIV panel in an ASPX page. At default it loads with scrollbars (OVERFLOW: auto). If I want the page to print (by clicking a button), I want to delete the OVERFLOW tag, send window.print() and after printing, set the OVERFLOW tag to auto again.

My question: is this possible to do with JavaScript? If Yes, How can I achieve this goal?

Thanx in advance,

JMvV