Aengus Lawlor wrote:
> But when I try to make my form so that I can select more than one log
> file, anlgform.exe only processes the last one, (it gets multiple
> lo=xxx.log parameters, instead of lo=xxx.log,yyy.log,zzz.log) which is
> why I added the last option for *.log.
>
> I could probably add some client side javascript to take the multiple
> options and create a single LO parameter, but is there a simpler way?
Aengus, the standard way for CGI variable to represent multiple values is
the have multiple key=vlaue pairs for a multi-valued key. (I think you said
that more succinctly :) So if anlgform.cgi is expecting
key-value,value,value then you'll have to add code somewhere (client- or
server-side, it's up to you) to translate it. I would have thought that
anlgform.cgi would handle CGI variables normally, though. Hmmm...
--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication
--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------