Python in ASP seems awkward?
d. savitsky
dsavitsk at e-coli.net
Fri Aug 11 18:39:12 EDT 2000
More information about the Python-list mailing list
Fri Aug 11 18:39:12 EDT 2000
- Previous message (by thread): Python in ASP seems awkward?
- Next message (by thread): Is there a constant definig the largest float value ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i think you are correct. it seems (in the little tests that i've done) that the python code can't control which parts of the html get skipped over. > Is there something short of putting response.write calls > everywhere to let me use this style of page? watch your syntax too, "response.write" will raise an error. you'll need "Response.Write" :) doug
- Previous message (by thread): Python in ASP seems awkward?
- Next message (by thread): Is there a constant definig the largest float value ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list