Hi there,
I got one this problem which i cant seem to solve it.
How to pass a parameter thru to another page dynamically?
the code like this but somehow come out error.
RESPONSE.Redirect("../DBPA_GOLDWIRE/MES_GW_Consump_Rpt_Print.asp?reg=MES_GW_Consump_Rp t_Print.asp&issueDate=<%=request.QueryString("issu e_date")%>")
i need to pass a vbscript parameter to another page.
it seems that this statment =<%=request.QueryString("issue_date")%>
in the script come out error.
Can anyone help me please.
Thanx