Re: Getting data from user via HTML

2009-09-15 Thread koranthala
On Sep 15, 9:02 am, Nitin Boladra wrote: > Hi Django users, >                 I am trying to create a simple Django application > wherein I want to run a python function with an argument that is > obtained from text-box whenever I click the button on my web-page. The > problem is passing the va

Getting data from user via HTML

2009-09-14 Thread Nitin Boladra
Hi Django users, I am trying to create a simple Django application wherein I want to run a python function with an argument that is obtained from text-box whenever I click the button on my web-page. The problem is passing the value obtained in text-box to the python function. So as