hi there,
I'm trying to store some variables into a database and at the same time pass it back to another page.
I'm able to store it in the database, but I have trouble passing it back to the other page.
I keep getting stuck over here.
Is this (&Curr) some keyword that I can't use or what???
pls help !!!!
Here's the error:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
/softgreen/insert.asp, line 52, column 165
Response.Redirect("confirmation.asp?Desc1='" & Desc1 & "'&Value1='" & Value1 & "'&Amount='" & Amount & "'&Brand='" & Brand & "'&TransID='" & TransID & "'&PCurr='" & Currency & "'"
--------------------------------------------------------------------------------------------------------------------------------------------------------------------^
Here's the line of code that generates the error:
Response.Redirect("confirmation.asp?Desc1='" & Desc1 & "'&Value1='" & Value1 & "'&Amount='" & Amount & "'&Brand='" & Brand & "'&TransID='" & TransID & "'&PCurr='" & Currency & "'"
Thks.
I'm trying to store some variables into a database and at the same time pass it back to another page.
I'm able to store it in the database, but I have trouble passing it back to the other page.
I keep getting stuck over here.
Is this (&Curr) some keyword that I can't use or what???
pls help !!!!
Here's the error:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
/softgreen/insert.asp, line 52, column 165
Response.Redirect("confirmation.asp?Desc1='" & Desc1 & "'&Value1='" & Value1 & "'&Amount='" & Amount & "'&Brand='" & Brand & "'&TransID='" & TransID & "'&PCurr='" & Currency & "'"
--------------------------------------------------------------------------------------------------------------------------------------------------------------------^
Here's the line of code that generates the error:
Response.Redirect("confirmation.asp?Desc1='" & Desc1 & "'&Value1='" & Value1 & "'&Amount='" & Amount & "'&Brand='" & Brand & "'&TransID='" & TransID & "'&PCurr='" & Currency & "'"
Thks.