Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi how can i get text that Entered in text area in my webpage. some code of my html page : @ ..... <textarea> wanna to get this part and put into QString variable. </textarea> ...... @
Hi abbas!
Get the QWebframe, search element on DOM and will be happy :-D
http://developer.qt.nokia.com/doc/qt-4.8/qwebframe.html
Hi fronald,
thanks. good answer. ;)