[web2py] selecting a value in dropdownlist reference to another value in dropdownlist

2011-04-25 Thread Mohamed Sami
Hi All, I'm making a website for elections, so i have table for Governorates definition, then region definition related to Governorate also i created a table for nominees which is related to each region and each region can have more than one nominee. also i have a table for voters who is living

[web2py] Re: selecting a value in dropdownlist reference to another value in dropdownlist

2011-04-29 Thread Mohamed Sami
x27;).html(data); >        });});}); >     """ >     form = > FORM(INPUT(_name='region_id'),SELECT(_name='nominee'),INPUT(_type='submit'),script) > > On Apr 25, 11:45 am, Mohamed Sami wrote: > > > > > > > > >