Hi,
This is a follow up to my other thread (https://www.b4x.com/android/forum/threads/websocket-get-html-selected-option-id.125643/)
If on my webpage I have a variable, is there a way in returning that using the web socket in my B4J app ?
Is there a way in returning 'testing' from the variable in the B4J app ?
This is a follow up to my other thread (https://www.b4x.com/android/forum/threads/websocket-get-html-selected-option-id.125643/)
If on my webpage I have a variable, is there a way in returning that using the web socket in my B4J app ?
JavaScript:
var test = "testing";
Is there a way in returning 'testing' from the variable in the B4J app ?