[REBOL] odd form posting problem Re:

2000-01-23 Thread icimjs
Hi Ed, decode-cgi returns a block containing set-word string pairs. Given >> cgi-input: "name=Ed&[EMAIL PROTECTED]" == "name=Ed&[EMAIL PROTECTED]" decode-cgi will return >> decode-cgi cgi-input == [name: "Ed" email-address: "[EMAIL PROTECTED]"] Note that the set-words name: and email-address:

[REBOL] odd form posting problem

2000-01-23 Thread collins-e
Hi Folks, Apologies for the plenty number of recent e-mails about my form posting problems under IIS4. I do now almost have it working properly except for one minor problem. The problem occurs only with IIS form postings (well it never happened under apache here anyway) where the contents of a for