On Mon, Mar 12, 2012 at 10:03:15AM -0700, Paul Wallingford wrote:
> On 3/12/2012 8:16 AM, Eugenio Duran Aroche wrote:
> > I have a form with many checkbok and do not knowtaking the values ​​of
> > which are marked, for example:
> >
> > <form action='Diag.pm' method='POST'>
> > <input type="checkbox" name="paquete" value="gajim" checked >gajim>
> > <input type="checkbox" name="paquete" value="pidgin" >pidgin>
> > <input type="checkbox" name="paquete" value="python" > python>
> > <input type="checkbox" name="paquete" value="gedit" > gedit>
> > <input type="checkbox" name="paquete" value="doc" > doc>
> >
> > </form>
> 
> You are using the HTML incorrectly.  This is not a Mason question.
> 
> Please have a look at some of the HTML help sites available - 
> w3schools.com is a good one.  Did you mean to use check boxes or radio 
> buttons?

It's perfectly valid to have multiple checkboxes with the same name.

It's valid to have multiple text inputs with the same name.

Each is simple passed as a separate parameter with that name.

Tony

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to