I'm using 5.0 Professional. I've got an embedded web object that is used to display HTML pages. Some of those HTML pages include embedded Flash objects. I've got no control over the content of these Flash objects and some of them include a Close Window link that in effect, closes the embedded web object. When that happens, the user is left with a blank screen.
I'm trying to figure out how to create an action that basically says:
"On Web object Close, Page.Navigate(PAGE_BACKWARD)"
Although my application does have navigation buttons that will allow the user to go back to the previous page, I'd lke to be able to do it automatically if they accidentally close the web object. Is this possible?

