M
Michael Stumpo
I have a problem when passing form data. I have 2 pages,
one is called new.asp and the other is newpreview.asp.
New.asp passes the form data to newpreview.asp using:
<%=Request.Form("formfieldname")%> for each line in the
form.
The newpreview.asp page properly displays the
information, but when posting it to the database, the
auto-generated confirmation page is blank.
I had originally created newpreview.asp from new.asp (at
first I was just using new.asp to post the data and it
was working perfectly).
Any ideas as to why this is not working?
Do I need to add hidden form values for each line in the
form to post?
-M
one is called new.asp and the other is newpreview.asp.
New.asp passes the form data to newpreview.asp using:
<%=Request.Form("formfieldname")%> for each line in the
form.
The newpreview.asp page properly displays the
information, but when posting it to the database, the
auto-generated confirmation page is blank.
I had originally created newpreview.asp from new.asp (at
first I was just using new.asp to post the data and it
was working perfectly).
Any ideas as to why this is not working?
Do I need to add hidden form values for each line in the
form to post?
-M