home *** CD-ROM | disk | FTP | other *** search
- <!--#comment
- Copies all form variables from the previous HTML page and
- creates hidden fields in the current form.
- -->
-
- <!--#create parent="Request:/" name=temp -->
-
- <!--#script copy -->
-
- <!--#set Request:/temp="Request:/Argument/@Variable" -->
-
- <input
- type = hidden
- name = @Variable
- value = "<!--#echo
- format = EscapeURI
- varprefix= #
- var = #Request:/temp -->">
-
- <!--#endscript -->
-
- <!--#loop var=Request:/Argument row=copy -->
-
-