E
eddie wang
I have URL string like ?country=UNITED%20STATES.
I use strtitle = Request.QueryString("country") to get the querystring
URL value. Then if I use left(country, 6)+ vbCrLf + mid(country,8,14),
I am not getting STATES from
mid(country,8,14).
Please help. Thanks.
I use strtitle = Request.QueryString("country") to get the querystring
URL value. Then if I use left(country, 6)+ vbCrLf + mid(country,8,14),
I am not getting STATES from
mid(country,8,14).
Please help. Thanks.