Results 1 to 2 of 2
- 03-30-2009, 07:58 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 7
- Rep Power
- 0
parsing and updating html file using JSP.
Hello Friends,
i want to design a web application which has to open a html file and append the html file which resides in the web server. This html file has one table with three columns. And it has one textfield, textarea and a submit button.
Table like below
______________________________
|SlNo | Product Name| Description|
|____|_____________|__________|
If the submit button is pressed, then new row has to be appended at the end of the table. Also textfield content has to be filled in the product name, and textarea content has to be filled into description. Finally the new row has to be saved in the webserver with the same file name.
So i need to parse the html table and find the end row. I tried it with java script. but i dont think that this approach will not save the contents into the file permanantly. So i preferred to do that with JSP.
Kindly Help me out.
rgds
tskarthikeyan
- 04-02-2009, 09:12 PM #2
Similar Threads
-
HTML FILE parsing.
By makpandian in forum New To JavaReplies: 8Last Post: 11-02-2010, 03:00 PM -
html web page parsing/scraping
By orchid in forum Advanced JavaReplies: 3Last Post: 10-21-2010, 01:34 PM -
Error while parsing html page in java on linux
By rdhaware in forum Advanced JavaReplies: 1Last Post: 02-20-2009, 02:20 AM -
Parsing HTML
By jaadu25 in forum Advanced JavaReplies: 6Last Post: 07-20-2008, 06:51 PM -
jeditorpane help parsing html
By asifsolkar in forum Advanced JavaReplies: 4Last Post: 12-14-2007, 05:23 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks