Query String
Hi Guys,
I have a query string which i access as:
Request.ServerVariables("query_string") .
This query string holds a variable with an integer value which I need to remove when I go to particular webpage.
I try using :
tmpfield = replace(Request.ServerVariables("query_string"),"D fEEID=" ,"")
But being integer I dont know how can I completely change the variable with blank spaces.
at the moment it will replace DfEEID= with blank space how to change DFEEID=xxx with blank space.
Any help would be very much appreciated.
Nitin
|