|
-
Jan 9th, 2002, 05:11 AM
#1
Thread Starter
Junior Member
passing value from html page to vb page....
anybody know how to pass values from the html page to the vb coding page???
-
Jan 9th, 2002, 10:26 AM
#2
please elaborate what you are trying to do.
-
Jan 9th, 2002, 07:47 PM
#3
Thread Starter
Junior Member
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!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|