anybody know how to pass values from the html page to the vb coding page???
Printable View
anybody know how to pass values from the html page to the vb coding page???
please elaborate what you are trying to do.
i mean, for example.....
in the html page, i set a value
<%Dim temp as string
....
temp = reader.getString(0)%>
how do i get the value of temp in the vb code page....
sub check_info()
dim label as string
label = temp (*how do i get the value of temp?*)
end sub
thankx!!!