Tagged: URL parameter

0

Get URL parameters using Javascript

With PHP, We easily get the URL by $_GET method. With JavaScript is not so easy but you still can do that with function below:

Now you can using this function get URL...