var oIE = System.CreateObject("InternetExplorer.Application","EventIE_"); oIE.Toolbar = 0; // Show the "blank" page oIE.navigate("about:blank"); oIE.Visible = 1; function EventIE_OnQuit() { Window.Delete(1); Window.TextOut(1, 50, 50, "EventIE_OnQuit"); Window.UpdateWindow(); };