Winfield I've lost track of what your expected problem is
Call me tomorrow night after 10PM Ruben On 2003.09.16 22:25 Winfield Henry wrote: > Below is a simple form that calls itself. My understanding is that the > checkboxes will 'check' themselves upon submission. Or to rephrase, if I > check one and two then submit the form, check boxes for one and two will > appear checked. This works on one machine but not on another. (?) Are > there any switches that would make embperl parse check boxes > differently? One is using embperl 1.3.4 (not working) the other embperl > 2.0 (working). I have checked the fdat array on the 1.3.4 machine and it > does contain a tab delimited array of the checkbox items, its just not > checking the boxes. > > <html> > <head> > <title></title> > </head> > <body> > <form action="test.epl" method="POST" enctype="multipart/form-data"> > <input type="checkbox" name="test" value="one">one<BR> > <input type="checkbox" name="test" value="two">two<BR> > <input type="checkbox" name="test" value="three">three<BR> > <input type="submit"> > > </form> > > </body> > </html> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- __________________________ Brooklyn Linux Solutions __________________________ DRM is THEFT - We are the STAKEHOLDERS http://fairuse.nylxs.com http://www.mrbrklyn.com - Consulting http://www.inns.net <-- Happy Clients http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and articles from around the net http://www2.mrbrklyn.com/downtown.html - See the New Downtown Brooklyn.... 1-718-382-0585 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
