Skip to Content
0
Jan 24, 2006 at 06:55 PM

Printing an iview

23 Views

How do I print an iview?

The code

window.print()

prints the iview along with the DLN, TLN etc. How can I print only the iview in the innerpage

This code has the same effect -

if(frames["ivuFrm_page0ivu0"]!=null){
	frames["ivuFrm_page0ivu0"].focus();
        frames["ivuFrm_page0ivu0"].print();		

}

Iview Isolation Mode is set to URL