How to get URL parameters from the address bar (SOLVED)

Is there a method to retrieve parameters in a URL, for an example, get the “user” param from the a URL like this.

http://localhost:2453/html5/index.html/?user=asdfresdfgh

I tried to follow the steps given here but it seems difficult to understand. Some clear help on this regard is really valuable at the moment.

I would suggest that you get the URL like this:

local url = html5.run("location.href")

thanx for helping @britzl :smiley:

@britzl hi sir ! how way to parse parameter of url ?

There is the example of parsing URL params:

Also you can manipulate current user URL args with this:

2 Likes

@Insality oh my sir ! this is result i wish !

2 Likes