Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Downloading .csv file from a Form ???

Status
Not open for further replies.

linux73

Programmer
Apr 11, 2001
10
IT
i've to redirect the output of a form into a file named "ListaMovimenti.csv". The code listed below should do this:

var frmP = document.contest;
....
....
....
frmP.action="redir/ListaMovimenti.csv?CCInfo-EsportaMovimenti.qk";
frmP.submit();

My code is appropriate using Netscape 4.72, but under IE5.5 it doesn't work !!!
Using this code, IE5.5 tries to download the document "Default.html" !!!
Can you help me ?
Thank you in advance.

linux73
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top