Hi All
Firstly, i'm still a bit of a noob when it comes to web dev, so please bear with me :)
I have a client that has the following requirements:
- Require a stand alone web form (in html) to submit to a script and append the details to a csv or xls file
- Must work without any connection to the internet
- Must be easy to set up (i.e have an installer or just an unzip and run). This is required so he can distribute it to his sales staff
- Form to be in HTML if possible so his web designers can change it.
My question is what would be the best way to do this if it's possible at all? Is it possible to write a c# or .NET script / executable that the form posts to without installing the .NET framework?
Any info or advice anybody can give me on this is much appreciated.
Cheers
Fredrik