SaveDataBase with Variable in Confirmation Page

M

MarkG

Using the SaveDataBase function and would like to
redirect to a Confirmation Page with a variable

ie. ../confirmationPage.asp?CustNum=<%= CustNum %>

Tried ../confirmationPage.asp?CustNum=':: case_no ::'

but that did not work..

Any ideas?
 
Top