Hi,
I want to insert a code for hiddenTable inside this for loop:
[CODE=javascript]for (var i=0;i < myTable.documen t.all.length; i++) {
if (myTable.docume nt.all(i).tagNa me == 'TH' ||
myTable.documen t.all(i).tagNam e == 'TD') {
myTableHTML += myTable.documen t.all
(i).innerText + '\t';
}...
User Profile
Collapse
-
froilan03 started a topic how to copy the content of table and the content on hidden table in a page.in Javascripthow to copy the content of table and the content on hidden table in a page.
Hi,
Please help me to solve this one. I have page with tables (including hidden tables), my problem is how can I copy both the content of the table.
Here is my code snippets:
[CODE=javascript]function copyTable(table Number) {
// Get the table frame
var tableIFrame = eval("generated Frame" + tableNumber);
// Get the table
var tableOnPage = tableIFrame.doc ument.getElemen tById("table"...
No activity results to display
Show More
Leave a comment: