[DHTML] Url Variable/Value Lookup
1) CODE TITLE: Url Variable/Value Lookup
2) AUTHOR NAME/NOTES: Gavin Delphia 2007
3) DESCRIPTION:
This script can retrieve the value of variables passed through the url or it can do the reverse and find the variable with specified value.
It can also check if the variable or value even exists in the url.
It is compatible with firefox and Internet Explorer.
UrlVariable(variable,0) - Returns the value of the variable or false is variable not found
UrlVariable(value,1) - Returns the first variable found that matches the value or false is value not found
4) http://javag.f2g.net/demo.html?test=...or=blue&age=18