[ic] I write a new file named"order_lines.html",it's like

Ed LaFrance interchange-users@interchange.redhat.com
Wed Apr 17 12:24:01 2002


At 11:09 AM 04/17/2002 +0800, you wrote:
>hi,  Ed L,
>For
>[search-region
>                  form="vendor_prefix=[cgi vendor_prefix]"
>                  more=1
>                  search="
>                          (search terms here)
>                  "
>]
>.... ([search-list] and [more-list] here)
>
>how can i pass two parameter using form?
>
>I've tried
>         form="showpending=[cgi showpending]&showpaid=[cgi showpaid]"
>and
>         form="showpending=[cgi showpending]"
>         form="showpaid=[cgi showpaid]"
>but doesn't work. Can u tell me how to write and where to find the syntax? 
>in which pdf file that download from the website? Thanks

With other tags that accept the 'form' parameter (i.e.: [area], [page]), 
multiple values are separated by whitespace like this:

form="  var1=value1
         var2=value2
      "

...so I would think it would be the same in this case:

[search-region
                  form=" showpending=[cgi showpending]
                          showpaid=[cgi showpaid]
                         "
                  more=1
                  search="
                          (search terms here)
                  "
]

I have not tested it, that I can think of.

- Ed L.

===============================================================
New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================