a little more help with python server-side scripting
John Salerno
johnjsal at NOSPAMgmail.com
Wed Feb 22 15:43:38 EST 2006
Steve Holden wrote:
> OK, what you need to ask them is whether they have installed Python as
> an Active Scripting language. If they have then you can use it pretty
> much like VBscript.
Here's there latest:
----------
Please note that it is possible for the server to recognize bits of
Python code that are embedded within an HTML file. However, it will need
a custom mapping on the domain for mapping .html to the Python
executable on the server. But note that after mapping .html will no
longer be call as normal html file to be loaded on the browser as the
IIS server now will parse .html with the Python executable engine. Your
user will need to embed the Python coding into each of the .html file in
order for it to be load properly on the browser.
------------
Does that answer the question about active scripting language?
More information about the Python-list
mailing list