We have a scenario where our iframe loads external src. There could be url response error. Since we are unableto read the response code we are unable to stop the processing. We have a code some thing similar to
We should not be using ajax since we face some issues with cross domain functionalities
Please help....