I am new to web developing.I want to store data in excel or text file(With comma separated values) from HTML using any of the scripts.I can't use ActiveX controls or ActiveX object for writing to a file.Is there any way to do this.It would be very grateful if some one could help me out.
01-06-2013, 03:23 PM
rtrethewey
HTML and JavaScript really don't provide any means to create data files. You need a server-based script of some kind for that.
01-06-2013, 03:35 PM
me4sab
Could you please provide me a sample code of server based scripting using either asp,aspx or ssjx.I cant use PHP.
01-06-2013, 04:06 PM
rtrethewey
Sorry, but I don't know ASP. But I'm sure some Google searches will show you some examples you can use.