Auto-close and minimize of Netlet window

What parameters do I have to add to the ?action=logout section of menubar.html to automatically close the Netlet upon logout? Presumably there is no way to disable the users ability to close the browser without logging out?

Is it possible to minimize the Netlet window upon login? Or better yet, reduce the window to the system tray?

[353 byte] By [708887] at [2007-11-25 4:35:02]
# 1

Yep, there is no way to disable the users ability to close the netlet browser without logging out (If they have the privileges to use the netlet application). To close the netlet popup window during logout edit the menubar.html as follows.

( <a href="/DesktopServlet?action=logout"onClick="window.open('',

'Netlet').close()">Logout</a> )

Hope it helps you.

708766 at 2007-6-29 2:46:46 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

<The above answer got converted to HTML..Kindly ignore it>

Yep, there is no way to disable the users ability to close the netlet browser without logging out (If they have the privileges to use the netlet application). To close the netlet popup window during logout edit the menubar.html as follows.

"&lt"a href="/DesktopServlet?action=logout" onClick="window.open('',

'Netlet').close()""&gt"Logout&"lt"/a"&gt"

Hope it helps you.

708766 at 2007-6-29 2:46:46 > top of Java-index,Web & Directory Servers,Portal Servers...