At 06:05 AM 06/12/2000 -0800, Unni Nair wrote:
>Hello All,
>
>I need your help. I am a beginner in this area and developed an
>application using JSP and Servlets.
>
>I am facing a problem in my design and coding. This is the situation, I
>have a JSP that shows a form to the user and when the user inputs the
>data, it calls a servlet and shows the result in a table form.
>Sometimes the resultant table is so big I I can't show the table in a
>normal html version. I was thinking to use an Applet to show the result
>from the servlet using table with hrizontal and vertical bars to move
>around in the result.
>The questions,
>1) How do I call a applet to show the result?
>2) Can I call the applet once every row is fetched?
>3) Can I still use JSP to start with and call the servlet and then to
>display servlet calls the applet?
>or is there any other way, I can approach this problem or any urls they
>have some examples or codes???
>
>One more question (not related to servlet)
>Is there anyway, I can export the result that I show in the table format
>to Excel ??
>
>Thank you very much in advance for your time.
>-Nair

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to