Is there any easy way to execute a piece of javascript replied from HTTP server ?
Is Webkit too big for this problem ? but it is integrated in Qt instead of spidermonkey engine.
Thanks
Is there any easy way to execute a piece of javascript replied from HTTP server ?
Is Webkit too big for this problem ? but it is integrated in Qt instead of spidermonkey engine.
Thanks
You did not even to get the Script replied by the HTTP server
look into the Fancy Browser Example and search for evaluateJavaScript
Thus you can write your JavaScript into the Qt Application
If you want to start JavaScript in interaction with web sites use normal html event handling
Bookmarks