I have a situation where I have a cWebModalDialog pop-up and within it is a cWebIFrame which I am filling (by web-setting its psUrl property) to an external site. Action taken on that external site/web page causes the site to send an HTTP request to a cWebHttpHandler in my WebApp. I want to be able to close the Modal Dialog at that point, but I can't work out how. Hide and Cancel don't do anything, while OK gets me an error (well, a whole string thereof) saying that the web property system isn't ready.

How can I work around this?

TIA

Mike