home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / os2www.arj / OS2WWW.ZIP / SYS406.R8 / POWERWEB / ARGCOPY.INC < prev    next >
Encoding:
Text File  |  1997-01-08  |  463 b   |  24 lines

  1. <!--#comment
  2.     Copies all form variables from the previous HTML page and
  3.     creates hidden fields in the current form.
  4. -->
  5.  
  6. <!--#create parent="Request:/" name=temp -->
  7.  
  8. <!--#script copy -->
  9.  
  10. <!--#set Request:/temp="Request:/Argument/@Variable" -->
  11.  
  12. <input
  13.     type    =    hidden
  14.     name    =    @Variable
  15.     value    =    "<!--#echo
  16.         format    =    EscapeURI
  17.         varprefix=    #
  18.         var        =    #Request:/temp -->">
  19.  
  20. <!--#endscript -->
  21.  
  22. <!--#loop var=Request:/Argument row=copy -->
  23.  
  24.