This is a modified version of Jason's client_param tag. It has the same functionality but only works with client GET parameters.
Parameters
none
Sample Usage
// grab the param
client_getParam('test');
// count param count
client_getParam('test',-count);
// grab a specific instance of a param
client_getParam('test',1);
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.