html tags and python

Hansan none
Fri Mar 25 19:13:08 EST 2005


Thanks.

Do you know what I should google after, which key words ?

regards...


"Kane" <jason.w.kane at gmail.com> wrote in message 
news:1111794379.636347.313670 at g14g2000cwa.googlegroups.com...
> If I understand what you are asking then Python & CGI are a poor
> solution.  It would be easy to have one page ask for the month, click
> submit, then have a second page ask for the exact date.  Easy; but
> terrible design.
>
> You want to have one page with a dropdown of months.  When you select a
> month, you want to dynamicly alter a dropdown of dates without
> refreshing the page.
>
> For this task you'll want to pull JavaScript out of your toolbox.  This
> is a fairly common "problem" and googling for examples/samples should
> be quick-n-easy.
> 





More information about the Python-list mailing list