jsp - fetch the url from the browser java web and replace the url with new url -
i have url when running project , want url browser , replace new url dynamically.
example having url below:-
replace url
and set url in browser ???
just redirect desired url:
response.sendredirect("/blog1_1/title");
Comments
Post a Comment