Hi,
I have a variable name "reason" that contain some text.
I'm tring to pass it as a parm to another asp page but it doesn't work. When it go to another asp page, reason show as a text "reason" not the value that it contains. Can someone help? I think my code below is enough to tell what's wrong. If you need more info please let me know.
Thanks in advance
I have a variable name "reason" that contain some text.
I'm tring to pass it as a parm to another asp page but it doesn't work. When it go to another asp page, reason show as a text "reason" not the value that it contains. Can someone help? I think my code below is enough to tell what's wrong. If you need more info please let me know.
Thanks in advance
Code:
<%
..
nodataerror = "error.asp?error=nodata&reason=reason"
..
Response.redirect nodataerror
..
%>