Redirecting to destination... - Cloud 9 Wireless function inIframe() { try { return window.self !== window.top; } catch (error) { return true; } }; window.__loaded = false; var destUrl = "http://www.google.com"; var getParam = function(name) { loc = window.location.href; name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)", regex = new RegExp( regexS ), results = regex.exec(loc); if( results == null ) { return ""; } else { return decodeURIComponent(results[1]); } }; var edge_dest_url = getParam('dest_url'); if(edge_dest_url.indexOf("http") !== 0){ edge_dest_url = "http://www.google.com"; } window.onload = function() { window.__loaded = true; var evt; if(inIframe()) { window.top.location.href = destUrl; } else { window.location.href = destUrl; } }; if(window.addEventListener) { // Prevent firefox caching... window.addEventListener('unload', function(){ }, false); //Prevent back button history.pushState(null, null, "wifi_dest.html"); window.addEventListener('popstate', function () { history.pushState(null, null, "wifi_dest.html"); }); } window.setTimeout(function(){ document.getElementById('msg').style.display = 'block'; }, 6000);

x server