I have a form that gets processed with an asp script.
and I have another page where you can update the entered data(this form also has asp code.)
Is there a way to redirect the input form to the updateform
I have tried
but I keep on getting "Expected end of statement line 47, column 59
the above code is line 47
and I have another page where you can update the entered data(this form also has asp code.)
Is there a way to redirect the input form to the updateform
I have tried
Code:
MM_editRedirectUrl = "view1.asp?id=Recordset1.Fields.Item("id")"
the above code is line 47