The only issue is that I want to have name=value and not name:value. Witango evaluates the = sign.
Thx 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
