Is there a way to pass the posted arguments directly to a <@URL> call.
From: Bill Downall [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 10:31 AM To: [email protected] Subject: Re: Witango-Talk: URL argument ? GK, Here's a way: <@assign request$postArgsArray value="<@POSTARGNAMES>"> <@rows array="request$postArgsArray"> @@request$postArgsArray[<@CURROW>,1]: <@POSTARG name="@@request$postArgsArray[<@CURROW>,1]"><br> </@rows> On 8/29/07, GK <[EMAIL PROTECTED]> wrote: How to get name value pairs of a list of posted arguments. ________________________________________________________________________ TO UNSUBSCRIBE: Go to <http://www.witango.com/developer/maillist.taf> http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
