Re: Dynamic pull down menus (CGI)

2006-01-25 Thread Fuzzyman
[EMAIL PROTECTED] wrote: > You will be quite limited without the use of JavaScript to perform this > kind of dynamic functionality. HTML alone cannot do this. You can use > dynamically generated Javascript, AJAX, Flash or Java. > > One possible would be to just use HTML forms and add in an extra b

Re: Dynamic pull down menus (CGI)

2006-01-24 Thread [EMAIL PROTECTED]
You will be quite limited without the use of JavaScript to perform this kind of dynamic functionality. HTML alone cannot do this. You can use dynamically generated Javascript, AJAX, Flash or Java. One possible would be to just use HTML forms and add in an extra button click after the user makes th

Dynamic pull down menus (CGI)

2006-01-24 Thread Keith Burns
Hi, I have seen two entries in the archives for this topic: 1. Uses hypertext, not a pulldown menu to feed parameters back to the python CGI 2. The other actually used Java. Is there a way using Python for CGI such that when a user selects an item from one pull down menu (ie FRUIT or VEGETABLE