Close IE from FP.

R

Richard Gutery

Does anyone know how to close the Browser using code? I have an app that
when the user clicks Logoff, I would like to shutdown IE, or at the very
least clear certain session variables and redirect them to the Home Page
(more preferrable).

TX,

RG
 
M

MD Websunlimited

Hi Richard,

Assuming this is a ASP application you can abandon the session with the statement session.abandon. Follow that by using a redirect
to /
 
R

Richard Gutery

Thanks Mike. I was doing a session.abandon, but didn't redirect ot /.
Excellent fix.

I've posted another quick question regarding subswebs.

RG
 
Top