JTL
2007-06-11 19:17:02 UTC
to give you some backgrounmd, the problem im trying to solve is this:
the user fills out a series of forms on a web page. this information is
submitted and stored in a database on the web server. the user is then
prompted to download my VB6 program. i need to be able to map the user's
form information (from the web page), to their installation of the software.
i'm wondering if can set a cookie from the web page which contains some sort
of unique id. then possibly read that cookie from my program using the
InternetGetCookie (or similiar) function. in order for InternetGetCookie to
work properly, does the user have to be using Internet Explorer- what about
Firefox, etc.?
any help you can offer on the subject is much appreciated-
thanks!
JT
the user fills out a series of forms on a web page. this information is
submitted and stored in a database on the web server. the user is then
prompted to download my VB6 program. i need to be able to map the user's
form information (from the web page), to their installation of the software.
i'm wondering if can set a cookie from the web page which contains some sort
of unique id. then possibly read that cookie from my program using the
InternetGetCookie (or similiar) function. in order for InternetGetCookie to
work properly, does the user have to be using Internet Explorer- what about
Firefox, etc.?
any help you can offer on the subject is much appreciated-
thanks!
JT