Does this do what you want?
form = FORM(SELECT('20','40',_name="tipo"), INPUT(_type='submit',
_value=" Search"))On Aug 20, 8:47 am, max <[email protected]> wrote: > i just want to make a select box in the form and , i get the select > box , but can't get the values as i intedend. > there's something wrong in the way i write. can someone just give me > a tipp? > > form2 = FORM(INPUT(SELECT(_name="tipo",OPTION('20','40')), INPUT > (_type='submit', _value=" Search")) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

