|
Well, without any server side processing (being php, cgi or asp) you simply cannot save a file...
HTML can only present datas, and javascript cannot handle files. And as it's a client side language, it could not interact with the server directly.
Seriously, the price of an hosting with php is so cheap, you should recommend them to move their site to another host.
Another solution could be to do the post to another site with PHP, that would create the csv, and then send it again to an email, but that would be totally insecure, and suggest to many problems.
__________________
Listen to the ducky: "This is awesome!!!"
|