I have an that other sites can include so their users can POST a form back to my site. I\'d like to handle gracefully the cases wher
POST
One technique is to set a JavaScript timeout when you make the request. If your timeout fires before the iframe onload event, the content didn't load. You could then set iframe.src to about:blank, delete, or reuse the iframe.