<!-- lang: js --> var href = window.location.href; var pos = href.indexOf("?") var params = href.substring(pos+1); alert(params);