hello, I've put in my time searching, so I'll ask now<G>
I need to look at the url, if a variable is present in the query string.
so, if my address bar looks like:
https://www.domain.com?THIS=yes&that...otherthing=154
I need it to look for THIS
if THIS is present, and THIS= yes
then MyVar = "my string here"
if THIS does not = yes
then MyVar = "not yes string here"
if THIS is not present
then MyVar = "not yes string here"
--
thanks for your time,
juglesh B>{)}
I need to look at the url, if a variable is present in the query string.
so, if my address bar looks like:
https://www.domain.com?THIS=yes&that...otherthing=154
I need it to look for THIS
if THIS is present, and THIS= yes
then MyVar = "my string here"
if THIS does not = yes
then MyVar = "not yes string here"
if THIS is not present
then MyVar = "not yes string here"
--
thanks for your time,
juglesh B>{)}
Comment