﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>c360 Forums / Version 3 Product Questions / WebConnect / Sales Productivity Pack  / Using "Post Capture Page Form-fields to another Web Page" / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>c360 Forums</description><link>http://www.c360.com/Forums/</link><webMaster>support@c360.com</webMaster><lastBuildDate>Sat, 22 Nov 2008 13:15:08 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Using "Post Capture Page Form-fields to another Web Page"</title><link>http://www.c360.com/Forums/Topic1898-27-1.aspx</link><description>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:&lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.velocityreviews.com/forums/t97983-send-form-data-to-another-page.html"&gt;http://www.velocityreviews.com/forums/t97983-send-form-data-to-another-page.html&lt;/A&gt;&lt;A href="http://www.dotnetjohn.com/articles.aspx?articleid=160"&gt;160&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.vbdotnetheaven.com/UploadFile/desaijm/ASPNetPostURL11112005054933AM/ASPNetPostURL.aspx"&gt;http://www.vbdotnetheaven.com/UploadFile/desaijm/ASPNetPostURL11112005054933AM/ASPNetPostURL.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;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:&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.allexperts.com/q/Javascript-1520/Querystring-Request-using-JavaScript.htm"&gt;http://en.allexperts.com/q/Javascript-1520/Querystring-Request-using-JavaScript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;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.&lt;BR&gt;&lt;BR&gt;-Henry&lt;BR&gt; </description><pubDate>Thu, 13 Dec 2007 17:22:29 GMT</pubDate><dc:creator>Henry</dc:creator></item><item><title>Using "Post Capture Page Form-fields to another Web Page"</title><link>http://www.c360.com/Forums/Topic1898-27-1.aspx</link><description>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?</description><pubDate>Wed, 12 Dec 2007 15:05:52 GMT</pubDate><dc:creator>Randall</dc:creator></item></channel></rss>