Help for this page

Select Code to Download


  1. or download this
    # original snippet (with the large amount of data, not working):
    
    ...
        &P3::util::HTML::doTableDetailRow($altColor, @rowArr);
    }
    
  2. or download this
    <table>
    <!-- first iteration: -->
    ...
    <tr><td>... 2MB string </td><td>another 2MB string</td><tr>
    <!-- and so on ... -->
    </table>