Global object in ASP (calling other scripting languages in ASP pages)

Syver Enstad syver.enstad at sensewave.com
Tue Dec 5 18:32:04 EST 2000


I tried calling dir() in on an ASP page and writing out the output.

The names I didn't know from before was 'ScriptingNamespace' and
'ASPGLOBALTLB'

If you qualify your function calls with ScriptingNamespace you get the
string of the foreign function instead of calling it, but at least the
function is visible to Python. If I could manage to call it too I'd be very
pleased.

Any ideas?







More information about the Python-list mailing list