[Tutor] how to add python code to a webpage

2005-07-16 Thread Mustafa Abbasi
i want to create a simple page which has a form and takes in persons date of birth and give out exact age. how do i add python codeto an html page. i don't have any dreamweaver or frontpage. this is basically cuz some freinds advised me to create this isnce i am learning programming python.. so ple

Re: [Tutor] how to add python code to a webpage

2005-07-18 Thread EJP
Mustafa Abbasi asked:   i want to create a simple page which has a formand takes in persons date of birth and give out exact age.how do i add python codeto an html page.i don't have any dreamweaver or frontpage.this is basically cuz some freinds advised me to create this isnce i am learning p

Re: [Tutor] how to add python code to a webpage

2005-07-18 Thread Alan G
> i want to create a simple page which has a form > and takes in persons date of birth and give out exact age. CGI would be the normal route but... > how do i add python codeto an html page. You can use an ASP style approach if you install winall and have WSH enabled on Windows, but it will onl

Re: [Tutor] how to add python code to a webpage

2005-07-18 Thread Ron Phillips
Mustafa Abbasi asked:   i want to create a simple page which has a formand takes in persons date of birth and give out exact age.how do i add python codeto an html page.i don't have any dreamweaver or frontpage.this is basically cuz some freinds advised me to create this isnce i am learning prog