Re: Re-Posting Data

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Kris Eiben (eibenkthisisforspammers_at_yahoo.com)
Date: 07/13/04


Date: Tue, 13 Jul 2004 15:33:23 -0400

No simpler way AFAIK. Of course, you can make it easy on yourself by
looping over the collection (warning: I'm coding from memory, syntax may
be off).
<%
for each i in request.form
    response.write "<input type='hidden' name='" & i & "' value='" &
request.form(i) & "'>"
next
%>

"James Baker" <cppjames@hotmail.com> wrote in message
news:eYg8y4QaEHA.2516@TK2MSFTNGP10.phx.gbl...
> I'm building a wizard-type site and I have a form that has a fair
amount of
> information being posted page to page until it reaches the end where
it has
> all of the data from Page 1 - Page 5.
>
> For future reference more than anything...is there a way to post all
of the
> data coming from a previous page to the next page? Basically I just
wrote
> out all of the values I received on each page into hidden variables
and then
> posted that to the next page every time. Is there a simpler way?
>
> Thanks,
> James
>
>



Relevant Pages

  • Re: Typecasting in C
    ... > warnings) you set higher warning level. ... a slower, less capable Xeon server. ... enough memory sticks to fill up the address space. ... The main point still is that a compiler should support portability of code ...
    (comp.lang.c)
  • Unable to compile Pango 1.4.x
    ... obsolete Linux installation at work. ... I was able to successfully compile ... ftxopen.c:305: warning: unused variable `memory' ...
    (GNOME)
  • Re: If malloc fails
    ... > For mallocto fail in these circumstances the pool of memory available to ... > happen in the absence of warning. ... > symptoms will malloc() actually fail. ...
    (comp.lang.c)
  • Re: Get HLA Training
    ... >> What's really needed, Randy, is probably one more set of tutorials that ... > have a rough draft of an outline of such a book. ... Memory, Locations and Interpretations ... library but only cover a particular "subset" of it and change the warning ...
    (alt.lang.asm)
  • [PATCH 5/5] kexec: update documentation
    ... Mention new crashkernel= syntax in documentation. ... +For large systems with huge amount of memory dump-capture kernel ... Boot into System Kernel ...
    (Linux-Kernel)