close internet explorer

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

Hi,

I would like to ask how I can close the whole IE program
when I click on a button in my aspx page, which is
something like:

application.exit()


thanks in advance...


Justin
 
<input type="button" value="Close this window"
onclick-"window.opener=self;window.close();">

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top