Hi Bill,
You can use a script something like below:
var url = "http://about.jstor.org/search/site/plants"; var v; if (url.indexOf('search/site') > 0){ v = url.substr(url.indexOf('search/site')+12); }
The value we are capturing here in variable 'v' can also be populated to a custom variable.
Regards,
Kaushalendra Singh