| Store | Cart

html tags and python

From: Hansan <n...@box30.activestate.com>
Fri, 25 Mar 2005 23:16:41 +0100
Hi all

I am making something for my webpage

Where the user can choose a month: I have made that with a dropdown box.

 <select>
        <option name = "1" value="1">January
        <option name = "2" value="2">February
        <option name = "3" value="3">March
        <option name = "4" value="4">April
        <option name = "5" value="5">May
        <option name = "6" value="6">June
        <option name = "7" value="7">July
        <option name = "8" value="8">August
        <option name = "9" value="9">September
        <option name = "10" value="10">October
        <option name = "11" value="11">November
        <option name = "12" value="12">December
        </select>

The thing is:
I also want the user to choose a date
I will make this with another dropdownbox.
But if the first month is selected, then there should be 31 days in the days
dropdownbox, if the second month is selected there should be 28 days in the
dropdownbow.

I Know a little of python programming, but not to much, I have a feeling of 
that I should use a cgi, can any explain me what I have to do :?  Or give me 
a link to a site where I can copy the code for it

All help will be greatly appreciated.

Thanks for your time

Recent Messages in this Thread
Hansan Mar 25, 2005 10:16 pm
Kane Mar 25, 2005 11:46 pm
Hansan Mar 26, 2005 12:13 am
Swaroop C H Mar 28, 2005 02:27 pm
Dan Bishop Mar 26, 2005 03:46 am
Tim Roberts Mar 26, 2005 09:12 am
Hansan Mar 26, 2005 10:57 am
Patrik Andreasen Mar 26, 2005 11:38 am
gene...@gmail.com Mar 26, 2005 11:49 am
Hansan Mar 26, 2005 03:40 pm
gene...@gmail.com Mar 26, 2005 05:09 pm
EP Mar 27, 2005 02:07 am
Timo Virkkala Mar 30, 2005 05:38 pm
Jeremy Bowers Mar 27, 2005 02:25 am
Hansan Mar 28, 2005 08:12 am
Hansan Mar 28, 2005 04:25 pm
Messages in this thread