• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem printing html with Applet

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , i have written a JSP (web page), where a main JSP (which contains links to the entire web site and banner) contains a sub-JSP (web page) which contains a applet generated on the fly by data fron the database .
The problem is if the sub-JSP is requested directly via internet explorer i.e.
http://hostName /subJSP.jsp , and the browser print menu is clicked(say, file ---> print) , it prints the entire sub-page plus applet. But ,if the complete page is requested like this :
http://hostName /MainJSPWhichContainsSubJSP.jsp
The applet is NOT displayed , but all other text fields are printed .
Please , does anyone know what is happening .
All ideas will be appreciated.
[ December 14, 2002: Message edited by: Gabriel Fox ]
 
Ranch Hand
Posts: 1873
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
can you post some sample code you have to make it more clear to us?
thank you.
maulin
 
reply
    Bookmark Topic Watch Topic
  • New Topic