I have a HTML table with first column as a check box. When I select the check box the row(values from each cell of the row) gets selected and there is a button called 'Save Selected'. What I want is, when I click this button, all the rows whose check box is checked should be written in the file and a window should appear to ask where to store that file.
The button 'Save Selected' should call a function which is written in JavaScript using onClick or call a servlet.
How do I write it in file.
I hope i have elaborated as much as possible.
Thanks in advance.