If you called the webpage by making a javascript window.open call
Then You should be able to "Close" The Browser by calling that function with the Browser object that calls the function in your event sheet either on a timer or simply by minimizing the browser window..
but
Security limitations sometimes prevent browser actions. For example, the window Close action can only be used when the window was created by a javascript window.open call.
Not sure if thats what you mean...