spawning new browser windows with jsp

in a webapp, is there a jsp way to open a new browser window? i'd like to avoid javascript if i can....
[111 byte] By [jkies00] at [2007-9-27 22:56:39]
# 1

Definetely not. JSP is 100% server-side, it has nothing to do with the client-side (browser). You cannot do anything in the client-side with JSP.

You will have to use either HTML or JavaScript.

A seven-second Google-lookup with the keywords "opening new browser windows" yields as a second link:

Dan's Web Tips: Opening New Browser Windows

http://webtips.dantobias.com/new-window.html

Zetor at 2007-7-7 14:15:00 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
I'm not trying to be picky, but how is this a J2EE Pattern -related question?
Zetor at 2007-7-7 14:15:00 > top of Java-index,Other Topics,Patterns & OO Design...