Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Printing a layer


Message #1 by curveboy70@y... on Tue, 16 Oct 2001 11:30:38
I have a page that is set out in layers so that I can load html pages into 
the main layer, which I have called 'contentLayer'. Navigational buttons 
are in another layer and a print button is in another layer. When I use 
JavaScript:window.print(), it prints the contentLayer, but only the area 
it 'sees' on screen  - 750px X 370px - How do I get it to print the whole 
of that layer? 

  Return to Index