getURLParameter

This method returns the value of a specified URL parameter from a query string, e.g. if the URL is "...?id=5" then calling getURLParam("id") will return "5".

 

JavaScript

 

getURLParameter (name)

Parameters

name

The parameter name.