Access the html form element
-
Hello Everyone,
I have designed a web page form with javascript and css files. The files are kept at /var/www/html and is run through apache server.
The screenshot attached will display the webpage .I am stuck on how to access the textfields on the Qt code. I have developed a browser using the QtWebengine and running Qt5.9 .
-
Hello Everyone,
I have designed a web page form with javascript and css files. The files are kept at /var/www/html and is run through apache server.
The screenshot attached will display the webpage .I am stuck on how to access the textfields on the Qt code. I have developed a browser using the QtWebengine and running Qt5.9 .
@FVKamlesh
with JavaScript. If you just want to manipulate the content see this example
If you want to communicate with your C++ backend from within >JavaScript use QtWebChannel -
Thanks for sharing the link about QtWebChannel. I have accomplished the task and it works like a charm.
Thanks a lot