|
Home > Archive > WebSphere HATS > June 2005 > IE hidding the ControlBox close button
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IE hidding the ControlBox close button
|
|
| Saulius Kupstaitis 2005-06-05, 5:45 pm |
| Hello !!
That's not a Hats Question but I need the answer for a Hats project.
In my project when the user click on the IE close button (x) (on the top
right corner)
the IE window is being close but the user stay lock in the company system
for about 15 MIN
To avoid that I thought of hiding the close button from the user but I've no
cue how to apply that ?
Does IE have an API that I can use or a Hats function or a Hats API
If someone know a better way to perform that I will be glad to received the
Tip
Thanks in advanced
Dudi Saidon
| |
| Juanma Martinez 2005-06-05, 5:45 pm |
| In article <d1mrei$5bhc$1@news.boulder.ibm.com>, saulus@comtec.co.il says...
> the IE window is being close but the user stay lock in the company system
> for about 15 MIN
>
>
If you enable the HATS applet inside your project, you can have the host session
closed when the browser is closed. Take a look at HATS infocenter.
--
Juanma Martínez
| |
| Will Smythe 2005-06-05, 5:45 pm |
| Juanma Martinez wrote:
> In article <d1mrei$5bhc$1@news.boulder.ibm.com>, saulus@comtec.co.il says...
>
>
> If you enable the HATS applet inside your project, you can have the host session
> closed when the browser is closed. Take a look at HATS infocenter.
You might also try using the "disconnectOnClose" parameter when you
access the HATS application. So, for example:
http://myserver/myApp/index.jsp?disconnectOnClose=true
Note: You must use IE 6.0 or higher for this function to work. You might
experience issues with Windows XP SP2 as well.
Will
|
|
|
|
|