Hi, On 2010-02-11 at 06:48:25 [+0100], Ashwini UK <ashwini.oman at gmail.com> wrote: > How can I disable JavaScript from Webkit dynamically ? > For certain situations, i dont want the JavaScript to be enabled. AFAICT, via the WebCore::Settings class. You get them from the WebCore::Page instance via settings(). Best regards, -Stephan