dollworld
10-09-2004, 01:46 AM
I am redirecting to another page using the below code:
<%
Response.Redirect("processType.asp?ProductID=Session("HDProductID")&ProcessType=Session("HDProcessType")");
%>
and get the following error
Microsoft JScript compilation (0x800A03EE)
Expected ')'
/anlaby/processBead.asp, line 49, column 54
Response.Redirect("processType.asp?ProductID=Session("HDProductID")&ProcessType=Session("HDProcessType")");
Help would be appreciated
<%
Response.Redirect("processType.asp?ProductID=Session("HDProductID")&ProcessType=Session("HDProcessType")");
%>
and get the following error
Microsoft JScript compilation (0x800A03EE)
Expected ')'
/anlaby/processBead.asp, line 49, column 54
Response.Redirect("processType.asp?ProductID=Session("HDProductID")&ProcessType=Session("HDProcessType")");
Help would be appreciated