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

android - questions about switching from C2DM to GCM -

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

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -