Start Python at client side from web app

Rob Williscroft rtw at freenet.co.uk
Wed Jan 21 18:20:38 EST 2009


Diez B. Roggisch wrote in news:6tpo16FbacfjU1 at mid.uni-berlin.de in
comp.lang.python: 

> 
>> 2) create a localhost web server, for the client side manipulation.
>> Then have your remote webserver render a form that posts via
>> javavscript to the localhost webserver.  The localhost server would
>> post back in the same way.
> 
> AFAIK the JS security model prevents that.
> 

Are you thinking of frames?, or the way IE 7 complains about 
runnning javavscript (though it bizzarly calls it an "running 
an ActiveX control" )?.

Anyway it works fine.


Rob.
-- 
http://www.victim-prime.dsl.pipex.com/



More information about the Python-list mailing list