I am sending over a parameter id over to this URL,
window.location = "/Payroll/client/index.html#Application.html?id="+applicationId;
however when I tried to use:
console.log(location.search.substring(1));
nothing appeared.
May I know how do I get the parameter from this URL especially when this URL is index.html#Application.html