Hello!
I have a question: Is it possible call B4A code from html code? For example:
Dim page As String
page = "<p><a href='' onclick='... call MySub()....'>link to another html</a></p>"
WebView1.LoadHtml(page)
Sub MySub()
...
End Sub
Thank you very much!
I have a question: Is it possible call B4A code from html code? For example:
Dim page As String
page = "<p><a href='' onclick='... call MySub()....'>link to another html</a></p>"
WebView1.LoadHtml(page)
Sub MySub()
...
End Sub
Thank you very much!