Re: select multiple

2003-07-11 Thread Todd W.
"Dennis Stout" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ARHG. > > I want to stay as far away from use CGI; as possible =/ > > *sigh* > > mod_perl and the methods available in the apache request object shuold beable > to replace CGI.pm entirely, especially when you have a highl

RE: select multiple

2003-07-11 Thread Bob Showalter
Dennis Stout wrote: > ARHG. > > I want to stay as far away from use CGI; as possible =/ Why? > > *sigh* > > mod_perl and the methods available in the apache request object > shuold beable to replace CGI.pm entirely, especially when you have a > highly customized RequestHandler :/ I think this

Re: select multiple

2003-07-11 Thread Chris Faust
] = yadda2 etc . Not usable live code obviously, but you should see the idea... -Chris - Original Message - From: "Dennis Stout" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:52 PM Subject:

Re: select multiple

2003-07-10 Thread Wiggins d'Anconia
Dennis Stout wrote: ARHG. I want to stay as far away from use CGI; as possible =/ *sigh* mod_perl and the methods available in the apache request object shuold beable to replace CGI.pm entirely, especially when you have a highly customized RequestHandler :/ Guess I'll see what happens, since I n

Re: select multiple

2003-07-10 Thread Dennis Stout
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 16 30 Subject: Re: select multiple > CGI.pm does the trick for me, the multi values are seperated by \0 > > < select name="yadda" multi> > yadda1 > yadda2 > yadda3 > > &

Re: select multiple

2003-07-10 Thread Dennis Stout
> Because there is no way to create a delimiter that the potential data doesn't contain, the browser doesn't have the option to choose an arbitrary delimiter like a comma, or the like. So (though I can't speak for all browsers most will do the same) each value is passed with the same key, so your

RE: select multiple

2003-07-10 Thread wiggins
On Thu, 10 Jul 2003 11:39:23 -0800, "Dennis Stout" <[EMAIL PROTECTED]> wrote: > Beginners-CGI; > > If I have a form with a lot of values (such as Tech ID, Tech Name, Tech > Queues..) and one of the fields is a select multiple, with a varied amount