javascript - Collecting text box values in Visual Basic -


i have javascript code assigns value text box:

document.getelementbyid('longitudetextbox').value = location.coords.longitude; 

what want value of text box on visual basic:

dim logitude string = longitudetextbox.text 

this works if code inside button, if use on page event page_load, i'm not receiving data.

try using when pageload.complete = true


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

c++ - Qt setGeometry: Unable to set geometry -

webrtc - Which ICE candidate am I using and why? -