Jump to content
We've recently updated our Privacy Statement, available here ×

how to print a report from html or jsp page


Recommended Posts

By: Cristian Correa M. - ccorrea14

how to print a report from html or jsp page

2003-06-02 12:11

Hi all,

I want to print a little report from html or jsp page, but without using an applet like "webapp" sample. I have to use a hiperlink or call a servlet, but I want that, that report was printed in the client side.

Thanks for your help.

 

 

 

 

By: Chuck Deal - cdeal

RE: how to print a report from html or jsp page

2003-06-02 12:27

There is more to the webapp sample than just applets. Take another look at it and look thru all of the folders. You will find both JSP and servlet implementations.

 

 

 

 

By: Cristian Correa M. - ccorrea14

RE: how to print a report from html or jsp page

2003-06-02 14:57

Hi all,

Another form to print a report is through loading a pdf output by calling a jsp or servlet. I knew that.

I am asking if I can print a report only by clicking a hiperlink or button in a html o jsp page on the client side?

Thanks for all

 

 

 

 

 

By: Chuck Deal - cdeal

RE: how to print a report from html or jsp page

2003-06-03 07:03

Absolutely, if you can run a report from a JSP or servlet, then all that you have to do is make your hyperlink point to the JSP or servlet that does the printing.

 

 

 

 

 

 

By: Teodor Danciu - teodord

RE: how to print a report from html or jsp page

2003-06-15 13:03

 

Hi,

 

If you can afford applets, take a look at those

in the "webapp" sample.

 

Thank you,

Teodor

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...