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]
# 1
perhaps this mini tutorial will help: http://blogs.sun.com/divas/Look for entry:Adding a Popup Window to a Java Studio Creator Web Page
Rradhikaa at 2007-7-10 11:04:11 > top of Java-index,Development Tools,Java Tools...
# 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.

Ingmara at 2007-7-10 11:04:11 > top of Java-index,Development Tools,Java Tools...
# 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.

Ingmara at 2007-7-10 11:04:11 > top of Java-index,Development Tools,Java Tools...
# 4
It is on the creator tab : http://blogs.sun.com/divas/category/Sun+Java+Studio+Creator
Rradhikaa at 2007-7-10 11:04:11 > top of Java-index,Development Tools,Java Tools...