Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Open New window (pop-up) in JSP

843835Feb 6 2002 — edited Feb 7 2002
Is there a way to open a new window (pop-up) in JSP (not using Javascript:window.open()).

I basically have a JSP that checks user enter data. The If user enter incorrect data it will redirect to itself with a http session value (f-failed) to indicate the type of data error and display proper error message.
If user enter all correct data then it will display a new window (pop-up) in front of the previous window. All also passing values to the new window!

Whats the window.open() in JSP?

THanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2002
Added on Feb 6 2002
2 comments
520 views