Re: [Tutor] cgi form field and popup window

2006-10-26 Thread Paulino
paulino wrote: I would like to have a popup window to show the possible options to a form field (supplier ID) and that by clicking on the desired item, the field is automatically filled. The options are a database field values. I wonder if this is possible to do with python (poi

Re: [Tutor] cgi form field and popup window

2006-10-26 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > I would like to have a popup window to show the possible options to a form > field > (supplier ID) and that by clicking on the desired item, the field is > automatically filled. The options are a database field values. > > I wonder if this is possible to do with python

[Tutor] cgi form field and popup window

2006-10-26 Thread paulino1
I would like to have a popup window to show the possible options to a form field (supplier ID) and that by clicking on the desired item, the field is automatically filled. The options are a database field values. I wonder if this is possible to do with python (point me some resources please), or h