> Hi Dimitris,
>
> thanks, thanks, thanks for this solution. It works perfectly.
>
> Regards
>
> - Andreas -
>
>
Or, In Gambas 3, WebView has a HTML property.
Regards,
--
Benoît Minisini
--
The Palm PDK Hot Apps P
- read out the shown html document
Hey Andreas,
>From what I've read in the documentation there's no text property or any
other way to get the source code of the currently showing webpage in the
webbrowser control... yet; so after a bit of googling this is what I've come
up wi
Hey Andreas,
>From what I've read in the documentation there's no text property or any
other way to get the source code of the currently showing webpage in the
webbrowser control... yet; so after a bit of googling this is what I've come
up with.
assuming that your webbrowser control is called Web
Hello,
I use the Gambas-Browser to open an shopping website. There the user can choose
his products and order them. T last page of the shop is a status page with all
informations in the html-source-code written as comments, which i must read out
and save in a mysql database. Is there a way to r