I want to read the parameters attached as fragments to the redirect url . I understood that we cannot fetch fragments using jsp but is there any way I could get the parameters using JavaScript?
Eg: http://localhost:880/redirectUrl/index.jsp#code=1&id=30
I want to fetch code and id values.