We have a URL: http://example.com/index.jsp?hello=1&bye=0 where"1" and "0" are values of the parameter
How can I convert the URL to http://example.com/index.jsp/1/0 using form POST methods and javascript?
We have a URL: http://example.com/index.jsp?hello=1&bye=0 where"1" and "0" are values of the parameter
How can I convert the URL to http://example.com/index.jsp/1/0 using form POST methods and javascript?