using popup windows?
hi all,
I'm using popup windows without toolbar and addressbar to provide a printable version of a page.
Now I want to have all my application working in popup without toolbar (I don't want users to press forward and backward button) so I'd like to open my application in popup if login is successfull... how can I do that?
[345 byte] By [
gio_moria] at [2007-11-26 22:13:41]

# 2
> http://blogs.sun.com/divas/
> Look for entry:
> Adding a Popup Window to a Java Studio Creator Web Page
I didn't find an entry "Adding a Popup ..." on this page. If you encounter the same problem you may read this
http://forum.java.sun.com/thread.jspa?threadID=5146987
(Need to open new window with attributes, but perform some action before)
and follow the links. This topic is discussed very often.
# 3
I forgot to say the following:
You can't surely control the behaviour of the browser. If the user sets "Don't allow JavaScript to disable navigation bar" or similiar in his browser configuration he can use the browser history even if you use popup. Even if the navigation bar is enabled the user can press Alt-Left/Alt-Right or some other keys dependend on the browser to use the history.
Your application logic must not rely on this feature unless it's the user's wish.