FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



Using "Post Capture Page Form-fields to...Expand / Collapse
Message
Posted 12/12/2007 3:05:52 PMPost #1898
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
I would like the values from my form to be written to the redirect page as a confirmation/receipt. what needs to be on the receiving page to write the data?
Posted 12/13/2007 5:22:29 PMPost #1903
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Depending on the type of page, there are many methods to post back form data to another page.  If you want to use the ASP.NET approach (which is the recommended way), the following links will provided you the information:

http://www.velocityreviews.com/forums/t97983-send-form-data-to-another-page.html160

http://www.vbdotnetheaven.com/UploadFile/desaijm/ASPNetPostURL11112005054933AM/ASPNetPostURL.aspx

If you are not familiar with ASP.NET and prefer to use traditional html then you will need to use the GET method which will send the field values as a querystring in the URL to the file or page.  Then query the URL for field values via javascript or vbscript in the redirect page.  But that can be tricky.  Moreover there are all sorts of security issues and size limitations on the querystring that come with using the get method.  This forum may help:

http://en.allexperts.com/q/Javascript-1520/Querystring-Request-using-JavaScript.htm

Another approach that can use is to save the information from the form to a database and then use an ADO connection in the redirect page that would query the database for the information entered by the user given their sessionid.

-Henry
 

« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: kanika.jackson, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 8:20am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.109. 11 queries. Compression Enabled.