generate response in popup window ? how

hi all

I am developing an simple application in servlet ..

example .... if i send a request to servlet engine through browser .. response will be a pop up window ..

how can i acheive this ?

request

> Response (Popup window )

could i use javascript ?

generate response in popup window ? how

[347 byte] By [kannankallia] at [2007-11-27 5:05:01]
# 1
You're viewing it from the wrong side. View it from the invocator side, that is the client. So let the client first open a popup and invoke the request from it using window.open(' http://foo.com/servlet?query=bar'); or so.
BalusCa at 2007-7-12 10:23:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thanks i am doing it ... how can i add the parameters to the servlet to invoke the database ? in a poponclick function ..
kannankallia at 2007-7-12 10:23:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Look twice to the URL of the window.open example I have given you.
BalusCa at 2007-7-12 10:23:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...