Hi again,
So i am using the hosted iframe model. This is fine for when the Operator is online, it launches in the popup window.
However, when the operator is offline, the offline Url launches (as you'd expect) in the iframe.
So what I am wondering, is there a possibility to have another parameter in the web.config for IsIframe=true or similar, and instead of doing a response.redirect to the offline Url, do a window.parent.location.href= ...?
What do you reckon?
Or maybe the offline could be an image or a page in the hosted solution - so we can put the page in there with our own jscript to launch in the parent frame?
I note you guys have no image when offline, so maybe this is something you are pondering already.
My work around is that we have a rather big image to chat with us, so I can put a small contact form in there in the other application.
Thanks in advance,
Steve