I am developing a webpage. I am looking for a solution to save a row of a table by right click and select save using javascript. I should be able to save the selected row only.
You'll have to be a lot more explicit about what you mean by this. JavaScript is not capable of performing database operations or writing to a file system, so we need to know what you mean by "save". [ November 02, 2005: Message edited by: Bear Bibeault ]