using python with HTML and parameters
From: David Stockwell (winexpert_at_hotmail.com)
Date: 06/30/04
- Next message: John Hunter: "Re: creating graphs from lists"
- Previous message: Skulled2003_at_netscape.net: "Getting User Display Information"
- Next in thread: Peter Maas: "Re: using python with HTML and parameters"
- Reply: Peter Maas: "Re: using python with HTML and parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Jun 2004 12:02:42 +0000 To: python-list@python.org
Hi,
In java/jsp I can pass parameters to my python script on a webpage by doing
something like this:
http://somewhere.org/mypage.jsp?parm1=something&parm2=another
How do I do that with python?
Also would I need to import a special module so I could grab them off the
'line' (I' m not sure what you call it if its a command line, etc as its
coming via a 'get' or 'post' request via HTTP protocol.
On the webpage I am building I would like to pass parameters to python.
Thanks !
David Stockwell
-------
Tracfone: http://cellphone.duneram.com/index.html
Cam: http://www.duneram.com/cam/index.html
Tax: http://www.duneram.com/index.html
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
- Next message: John Hunter: "Re: creating graphs from lists"
- Previous message: Skulled2003_at_netscape.net: "Getting User Display Information"
- Next in thread: Peter Maas: "Re: using python with HTML and parameters"
- Reply: Peter Maas: "Re: using python with HTML and parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|