Print frame ?

Hello

I’m trying to print all content inside a LAYOUT’s Frame. I tried with “window.print();” but i just get the visible area. How can i print all content?

LAYOUT:

Layout[1] = new dhtmlXLayoutObject(document.body, '2U');
Layout[1].setEffect('collapse', true);
Layout[1].setEffect('resize', true);
Layout[1].setEffect('highlight', true);						
Layout[1].cells('a').setWidth('230');	
Layout[1].cells('a').fixSize(true, true);
Layout[1].cells('b').fixSize(true, true);		
Layout[1].cells('a').hideHeader();	
Layout[1].cells('b').hideHeader();
Layout[1].cells('b').attachURL('../doku/logo.php');

Thank you

greetings
Oliver

Hello
At first i recommend you to read this topics:
viewtopic.php?f=5&t=27915&p=89628&hilit=print#p89628

That helped … thank you

You are welcome!