python with ASP
Mark Hammond
mhammond at skippinet.com.au
Wed Jan 5 22:16:44 EST 2000
More information about the Python-list mailing list
Wed Jan 5 22:16:44 EST 2000
- Previous message (by thread): python with ASP
- Next message (by thread): python with ASP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What exactly are you asking - "why doesnt this work?"? - what are the symptoms? It should work... Mark. "Sameer Chowdhury" <sameerc1 at yahoo.com> wrote in message news:007c01bf57f7$eb3941c0$db75fea9 at desktop... > how could the following work. It's supposed to either display a form or > display "Got Title". > > <%@ LANGUAGE = Python %> > <% > if REQUEST.Form("title"): > %> > <html> > <b> Got Title</b> > </html> > <% else: %> > <html> > <FORM ACTION="/pytest.asp" method="POST"> > <b>Title:        </b><BR> > <input type="text" value="" size=60 name="title"><P> > <input type=submit value="Submit"> > </form> > </html> > > > __________________________________________ > NetZero - Defenders of the Free World > Get your FREE Internet Access and Email at > http://www.netzero.net/download/index.html >
- Previous message (by thread): python with ASP
- Next message (by thread): python with ASP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list