I want to load a url from a servlet. I have used:

res.setStatus(res.SC_MOVED_PERMANENTLY);
res.setHeader("Location",url);

where res = HttpServletResponse

the problem is that I am getting the data from a form which is inside a html "window"
i.e var win = open("url","login window") (javascript).

so when I use the above code it loads the url inside the window. I want to load in a 
new browser
window. Is there a method akin to appletcontext.showDocument(URL url,String target), 
so I can specify
target = _balnk etc...

thanks,

gerardo

begin:vcard
n:Macari;Gerardo
tel;work:Corel Europa House Hartcourt st, Dublin (Ireland)
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Gerardo Macari
end:vcard

Reply via email to