Hello,
Im really new in Webapp development.
For my current Project i need to get all IDs from the current document.
this is the working javascript function:
But how i have to do it in B4J?
This one dont work.
thank you in advance
Im really new in Webapp development.
For my current Project i need to get all IDs from the current document.
this is the working javascript function:
B4X:
document.querySelectorAll('*[id]')
But how i have to do it in B4J?
This one dont work.
B4X:
Dim F As Future = ws.RunFunctionWithResult("document.querySelectorAll",Array As Object("*[id]"))
thank you in advance