Inspecting javascript / catch javascript calls
-
wrote on 26 Aug 2011, 09:04 last edited by
Hallo all,
do somebody know, how to catch javascript calls? For example:@<a href="jvscrpt:button_clicked()">bla</a>@
how can I catch "button_clicked()" execution?
-
wrote on 26 Aug 2011, 10:46 last edited by
If that's an ordinary JS method I really don't know. Otherwise, see http://doc.qt.nokia.com/4.7/qtwebkit-bridge.html
-
wrote on 26 Aug 2011, 11:52 last edited by
Thanks, I will try that!
1/3