Can you print a webpage table?
I am writing a macro to extract information from a webpage using code like
getElementsByTagName("table"). This is going fine and i can extract the cell
data from the table. Is it possible to have a command that actually prints a
table though so that no other webpage information is printed out along with
it? Kind of like highlighting the table and doing print selection, only
programmatically.
thanks
George
|