Popups with JSP?
Hi,I was wondering, is it possible to have make a JSP popup window from another JSP document without the use of JavaScript?Thanks!
[151 byte] By [
giggipa] at [2007-11-26 18:18:56]

# 1
Opening a new popup window it is actually what a browser does, not the web server. You can use target attribute of the <a> tag, but it won't be a popup window, only a new window.