Global object in ASP (calling other scripting languages in ASP pages)
Mark Hammond
MarkH at ActiveState.com
Tue Dec 5 20:08:42 EST 2000
Syver Enstad wrote:
> 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.
I guess that would be a JS implemted function?
Try printing the repr() of your object - you may find it is not a string
at all, but itself a COM object. You may be able to just call this object!
Try writing the test function in a different language to see if that helps.
Mark.
More information about the Python-list
mailing list