User input question

Peter Hansen peter at engcorp.com
Thu May 30 19:24:45 EDT 2002


Ken wrote:
> 
> "Eric Brunel" <eric.brunel at pragmadev.com> wrote in message
> news:ad4t64$qli$1 at wanadoo.fr...
> > Ken wrote:>
> > > Does this also work for user input from keyboard?
> >
> > Yep. It's exactly the same thing than in C++.
> > --
> > - Eric Brunel <eric.brunel at pragmadev.com> -
> > PragmaDev : Real Time Software Development Tools -
> http://www.pragmadev.com
> 
> But how do I set a field on the web browser for people to type in? Don't I
> need a form for people to type in? If so, how do I define the "method",
> "action" etc. from the form header? (eg: "<form name=update
> action=search.cgi method=post>")

Buy Steve Holden's book, "Python Web Programming", available
from New Riders.  There are many, many things in it which I'm
sure you're going to have to learn, and you're better off not
learning all of them the hard way...

(ISBN 0-7357-1090-2)

-Peter



More information about the Python-list mailing list