Posts: 12
Location: Denver, Colorado
|
You might have to clarify a bit - are you talking about submitting a form, and then checking the data and then possibly having to return to that form?
If you need to carry data through webpages and you like to use the request.form class - the easiest way to do that is to use <input type="hidden" . . . > fields. Then you can store data that has been submitted through another page. Did I help?
__________________
Please login or register to view this content. Registration is FREE :: A denver based web design, web marketing, and asp development company.
|