User Profile

Collapse

Profile Sidebar

Collapse
froilan03
froilan03
Last Activity: Apr 16 '08, 07:38 AM
Joined: Apr 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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';
    }...
    See more | Go to post
    Last edited by acoder; Apr 14 '08, 09:28 AM. Reason: Added code tags

    Leave a comment:


  • how 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"...
    See more | Go to post
    Last edited by gits; Apr 11 '08, 08:01 AM. Reason: added code tags
No activity results to display
Show More
Working...