That would work (this is going to be IE driven), but I should be more specific. I actually want it to submit the data to a client-side executable (.exe only).
Submitting data to an EXE file is so not the same as writing to a text file. I can't imagine how you managed to confuse the two things ;o)
Anyway - not sure about passing data to an EXE file on the client side. I know that you can pass data to a server-side EXE (by putting the EXE as the form action). While this may work client-side, I'm not sure about how the EXE goes about picking up the submitted data.
I tried making a client-side exe pick up the data but it keeps comming up as a blank.
What I wanted to do was make a database program that had the software running in the background and a webpage (to collect and display data) running in the foreground. A neat idea but unfortunately not possible.
You might be able to place an acticeX dll (com object) into the webpage to manipulate the clientside database. You would still need a webserver to feed the page to the client and register the dll on the server...
For effort required, I would either go for a full web enabled solution or just build the thing in VB (or whatever).
Bastien
Any one have a techie job in Toronto, I need to work...being laid off sucks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.