S
Shukie
Hello all,
I have a url containing query strings, e.g.
http://domain/page.asp?one=VARIABLE
I would like to be able to check what the variable is, for arguments sake,
the letter 'a' or the letter 'z'.
I have sent the query string to this,
stringone = Resquest.Querystring("one")
Then later on, I wanted to write different things depending on what the
query string returned.
IF ---the stringone IS the letter 'a' THEN
DO THIS
ELSEIF -- the stringone IS the letter 'z' THEN
DO THIS
END IF
but i dont know how to check whether the string is = to the letter 'z' or
the letter 'a'.
Thanks to all,
Shukie
I have a url containing query strings, e.g.
http://domain/page.asp?one=VARIABLE
I would like to be able to check what the variable is, for arguments sake,
the letter 'a' or the letter 'z'.
I have sent the query string to this,
stringone = Resquest.Querystring("one")
Then later on, I wanted to write different things depending on what the
query string returned.
IF ---the stringone IS the letter 'a' THEN
DO THIS
ELSEIF -- the stringone IS the letter 'z' THEN
DO THIS
END IF
but i dont know how to check whether the string is = to the letter 'z' or
the letter 'a'.
Thanks to all,
Shukie