Hi gang, Does anyone know if it is possible to use the sendRedirect("...") method to specify a different frame in the browser. Is it possible to redirect to a different frame??? Thanks, Graham.
manav kher
Ranch Hand
Joined: Nov 21, 2000
Posts: 98
posted
0
well i am not sure if i know the answer to your questions (though I and my coleagues have often wondered) but if you are calling the first servlet from a frameset to begin with, well then you can redirect the output to a specific frame...something like this <form method="get" action="/servlet" target="target_frame"> does it make any sense? -manav
Graham Spice
Greenhorn
Joined: Nov 01, 2001
Posts: 5
posted
0
Thank you so much, I can't believe how dumb I can be sometimes. That solved my problem big time. Thanks... Graham.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.