Many clicks, many request...

2002-02-20 Thread Juan Andres Chau Li

Hi,
If I make 100 clicks fastly from my browser in a servlet, it generates 100
requests and 100 processes in the server. One only process is very time
consuming.

Is there a way to process the fisrt click and avoid the rest 99 clicks.

Any alternatives?

Thank you.
Andres.





JSP, Frames and Browser reload

2002-01-18 Thread Juan Andres Chau Li

Hi,
I have a top.jsp with:



" id="menu" border="0"
frameborder="0" framespacing="0" noresize scrolling="no" name="menu">

" border=0 frameborder=0
framespacing=0 noresize id="main" name="main">





Inside main.jsp, there is a link to miapp.jsp, so I can go to it.

The problem is that when I reload the browser (F5), instead of loading
miapp.jsp, it loads main.jsp.

This situation happens in IE 5, but in NS 6 no.

Does someone know how to solve it? Is it a browser configuration?

Thank you very much,
Andres.