Re: Applications with the help of javascript
- From: "Dag Sunde" <me@xxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 15:31:02 GMT
"Fabri" <no@xxxxx> wrote in message news:dmhr8c$mcq$1@xxxxxxxxxxxxxx
>I wrote an application in ASP/VBscript/Javascript to use in intranet.
>
> Now my boss asked me if I can put a log-in log-off way to authenticate
> users that will use this application.
>
> I am not able to find a way to avoid clicking "X" on window to exit.
>
> I mean:
>
> Log-in ok (i write something in db)
>
> Log-off
>
> 1) If user click on Log-off ok (i do some batch in db)
> 2) But what about if users click "X" in Internet explorer?
>
> Can I load all application in a chrome window or modal dialog or something
> like this?
>
Since you're using IIS/Asp, you can use the session timing out
to log him/her out.
Take a look at Global.asa and Session_OnEnd()...
.
- Follow-Ups:
- Re: Applications with the help of javascript
- From: Fabri
- Re: Applications with the help of javascript
- References:
- Applications with the help of javascript
- From: Fabri
- Applications with the help of javascript
- Prev by Date: Re: strange label behavior in IE 6
- Next by Date: Closing the window
- Previous by thread: Applications with the help of javascript
- Next by thread: Re: Applications with the help of javascript
- Index(es):