Hi!

Ecmascript (Jscript) is Active-Scripting compliant.
With PyWin32, you can :
   - call JScript functions (with parameters)
   - define pieces of code (& run it)

Another way, is to drive Internet-Explorer (via COM). You can set the IE-Windows as invisible, and connect the motor of execution (of JScript). Then, you can : - call JScript functions, with parameters et return ; variables, but also array (<=> lists)
  - connect to JScripts's objects  (for read/write)
  - write new functions in JScript
  - etc.

@-salutations

Michel Claveau




--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to