html-table

How can I extract the contents of a specific table from HTML source using Perl?

I have to parse 5000 files - which look pretty identical. I like using HTML::TokeParser::Simple and DBI in order to do the parsing job and store the results. I have little experience with HTML::TokeParser::Simple but this task goes over my head. Note: i also have had a look at the ideas - that seems to be also an appropiate way. But at...

IE table: "cellspacing" problem when hiding columns

Hi, I have table that makes use of show/hide column functionality. However when hiding columns in IE, a thin white line increases in size as columns are hidden. This only occurs in IE. I have tried implementing the "hide" functionality using jQuery as well as using the regular DOM methods. Both resulted in the same problem. Any idea ...

how to change the data in HTML table dynamically

i hav a html tags stored in string and i want to load the table with the attributes which i given dynamically through program... how to search the particular tags of the row and column of html and add the data to the attributes... any help appreciated... Thanks in advance...... ...

HTML table with writable cells?

Hello, I've been trying to build a simple GAE app and to be able to manipulate the position of the text on the screen. I asked the same question on several forums; so far with no solution. I apologize if my question has not been clear. Now I thought of achieving the same functionality with a grid, like a spreadsheet. Do you know how I...