diff --git a/examples/sos.html b/examples/sos.html
index 588726ca63..c76fbb79d5 100644
--- a/examples/sos.html
+++ b/examples/sos.html
@@ -139,6 +139,7 @@
OpenLayers.Request.POST({
url: this.url,
scope: this,
+ failure: this.showPopup,
success: this.showPopup,
data: xml
});