Suppose I have a device which can act as a web server and responds with a web page filled with data contained in javascript variables, if a request is sent. How do I send a request for a page to a web server and collect the data using VB6 ?
Printable View
Suppose I have a device which can act as a web server and responds with a web page filled with data contained in javascript variables, if a request is sent. How do I send a request for a page to a web server and collect the data using VB6 ?
Thread moved from Application Deployment forum, which is for questions about installing/distributing your software
:confused: Why would you be using a desktop language, which is what VB6 primarily is, for this type of web site needs? This sounds more suited to ASP or HTML.Quote:
Originally Posted by gdipankar