|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Using Python to grab POST data
I've started to experiment using Python as my scripting language in ASP rather than VBscript, and I've run into a problem....
When I want to request post data from a web form in VBscript, it's pretty simple: Code:
Request.Form('some_var')
But I can't figure this out in Python, and there's no clean documentation that I can find on the subject. I can't imagine it's that hard, but it's frustrating me. Does anyone know how to do this? |
|
#2
|
|||
|
|||
|
You probably should ask in a python forum. Request.form is an object only in asp.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Using Python to grab POST data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|