page « Browser « JSP-Servlet Q&A





1. Display 100000 records on browser / multiple pages    stackoverflow.com

I would like to display 100000 records on browser / multiple pages with minimal impact on memory. ie Per page 100 records. I would like to move page back and forth. My ...

2. how do you get jsp page dedicated to launching a JNLP file create a browser popup?    stackoverflow.com

if the top of your JSP reads

<%@ page contentType="application/x-java-jnlp-file"%>
<?xml version="1.0" encoding="UTF-8"?>
How do you add html to this page? Equally, How would you get the web browser to create a popup ...

3. i load a js page and try to print it automaticallybut the browser shuts automatically    coderanch.com

i load a jsp page and try to print it automaticallybut the browser shuts automatically. please tell me what is wrong . i am sure that there is nothing wrong with the print code but some thin is wrong with the layour of the page. how to check or rectify the problem.

4. Page expires on Browser back    coderanch.com

We have a web application.When the user traverses from JSP A to JSP B and then clicks the browser back button to goto A the page cannot be displayed screen appears,however if then the user clicks the refresh button and submits the page then then page A gets displayed properly.What is the fix for the back button to behave correctly that ...