I'm having a link in the browser.If i click tht link it calls servlet and bean in turn call the database operation.After then the result set has to be displayed in a new pop up window.How to achive this in the servelt part? Thanks in advance...
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
you can't do this in the servlet part. Servlet know nothing about windows on client side. You should use javascript to open a new window. And define the servlet URL as the target of this pop up
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.