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.
britzl
2
I would suggest that you get the URL like this:
local url = html5.run("location.href")
thanx for helping @britzl 
@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:
3 Likes
@Insality oh my sir ! this is result i wish !
2 Likes