Hi,
Im working with 3 query strings that I dont have control over:
mypage.asp?var1 =<%=request("so mevalue")%>
mypage.asp?var2 =<%=request("so mevalue")%>
mypage.asp?var3 =<%=request("so mevalue")%>
My application is expecting only var1.
How can I implement a replace function to replace the var2, and var3 parts
to always be var1?
TIA!
Im working with 3 query strings that I dont have control over:
mypage.asp?var1 =<%=request("so mevalue")%>
mypage.asp?var2 =<%=request("so mevalue")%>
mypage.asp?var3 =<%=request("so mevalue")%>
My application is expecting only var1.
How can I implement a replace function to replace the var2, and var3 parts
to always be var1?
TIA!
Comment