Often I have the need to parse the URL query to retrieve the value of a specific named argument. There is no direct way of doing this is JavaScript, so this requires a custom function. The strQuery argument is the full URL query i.e. a=val1&b=val2 etc. The full URL should not be included.strArgumentName is the name of the […]