
Hi all,
I have a HTTP Servlet and in the doGet() function I need to output a lot of data to the HTML page adressed by the HttpServletResponse object. At this moment I am using a PrintWriter to achieve this.
While the browser window automatically creates a vertical scroll bar, it does not automatically create a horizontal scroll bar when the data written exceeds the width of the browser window.
How to output the data to a HTML page with full navigation using as well a vertical as a horizontal scroll bar (when asked for)?
I have searched and searched and searched ..., and found no answer yet. Can anyone help me?
Regards,
Peter
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.