Basically, I want to provide the ability to do the following :-
Let a user to the internet fill in details on a web form.
That fires off a script/exe to establish a tcp-ip connection
with my server, which has a presence on the web.
By listening on a predefined socket number, an exe starts on my
server which performs an online search.
An html file is created at the server and passed back to the user
, who then sees it displayed in their browser.
Am i asking too much, and of not, how do I go about doing the
tcp-ip stuff + passing back of the html page.ANY help greatly received.