Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Inspecting javascript / catch javascript calls
-
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?
-
If that's an ordinary JS method I really don't know. Otherwise, see http://doc.qt.nokia.com/4.7/qtwebkit-bridge.html
-
Thanks, I will try that!