get url file name js code example Example: get filename from url js var filename = location.pathname.substr(location.pathname.lastIndexOf("/")+1);