• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Capturing the current window's cotents??

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a dynamic portlet page which contains a lot of data plus one "Printer friendly" Button. When i click on this button one jsp pop-up window will come with the print data and a "Print" button. When i click on Print button it will open print dialog box and i can print the data.

The problem is i want to print the jsp pop-up windows's contents directly in LANDSCAPE mode without changing the printer options.I am using java.awt.print API for this.

For Api i want to capture the the jsp pop-up windows's contents.Is thr any way to get the current window's(here jsp pop-up window) contents???

It would be great if you provide some sample codes..

Thanks in advance
maria
 
Whip out those weird instruments of science and probe away! I think it's a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic