Searched refs:newurl (Results 1 – 2 of 2) sorted by relevance
25 let newurl=url.replace(remove,"");28 … newurl=newurl+"?id=start&do=media&ns="+location+":"+document.getElementById("addnamespace").value;30 window.location.href=newurl;48 let newurl=url.replace(remove,"");51 … newurl=newurl+"?id=start&do=media&ns="+location+":"+document.getElementById("addnamespace").value;53 window.location.href=newurl;
106 function parseurl($newurl="") // to convert encode url argument111 $newurl = str_replace($a,$b,$newurl);112 return $newurl;