SyntaxFix
Write A Post
Hire A Developer
Questions
The following code might be useful for web application using JavaScript.
var newURL = window.location.protocol + "//" + window.location.host + "" + window.location.pathname; newURL = newURL.substring(0,newURL.indexOf(""));