Python with Ecmascript

Méta-MCI (MVP) enleverlesX.XmcX at XmclaveauX.com
Sat Jul 5 16:57:40 EDT 2008


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







More information about the Python-list mailing list