gtk3.webview component
Posted
#1
(In Topic #1313)
Regular

Posted
Guru

i just tried it and it works as expected.
the initial url is Google
Form1.WebView1_DblClick.34: Google
Then i clicked the "About" link and doubleclicked the view again
Form1.WebView1_DblClick.34: About Google: Our products, technology and company information - About Google
Some pages like for example the gambas home page at sourceforge https://gambas.sourceforge.net/en/main.html#
shows the web pages in an internal web container (iframe) so the main URL does not change, you will have to use Javascript to find the urls of the iframes
Posted
Regular

BruceSteers said
what's the url?
i just tried it and it works as expected.
the initial url is Google
Form1.WebView1_DblClick.34: Google
Then i clicked the "About" link and doubleclicked the view again
Form1.WebView1_DblClick.34: About Google: Our products, technology and company information - About Google
Some pages like for example the gambas home page at sourceforge https://gambas.sourceforge.net/en/main.html#
shows the web pages in an internal web container (iframe) so the main URL does not change, you will have to use Javascript to find the urls of the iframes
I think I understand what you mean. I could use some JS to commicate to a DB or server with the current URL of the page in the webview. I was looking for a Gambas solution and it did not occur to me it could be done within the page itself. Thanks Bruce!
1 guest and 0 members have just viewed this.


