Advertisement

07.24.2003 at 02:44PM PDT, ID: 20689685
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.8

slow loading table

Asked by faster_tables in Hypertext Markup Language (HTML)

Hi,
I know this question has been asked again and again, and I tried the suggested things from the solutions provided for same question before, but nothing is helping. I am adding the code for table with 4 columns and 4 rows, but the real table has 50+ columns and 10+ rows atleast. This table is generated from a servlet, so the number of rows and columns can grow even more.
It takes more than a minute to load on slow connection or machine with low memory.

Thanks,

Here is the code
<html>
<body><div>
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr valign="top">
            <tr valign="top">
                  <td width="10" class="header-light"><img src="blank.gif" width="10" height="1" border="0" alt=""></td>
                  <td width="10"><img src="blank.gif" width="10" height="1" border="0" alt=""></td>
                  <td width="100%"><p  id="errorMessageField"></p><p class="main-message"></p></td>
            </tr>
            <td width="10" class="header-light">
            <img src="blank.gif" width="10" height="1" border="0" alt=""></td>
            <td width="10">
            <img src="blank.gif" width="10" height="1" border="0" alt=""></td>
            <td width="100%" valign="top"><br>
                  <FORM NAME="ASSIGNMENT" METHOD="POST" ACTION="_ASSIGNMENT_">
                        <INPUT type="hidden" name="main" value="true"><INPUT type="hidden" name="op">
                        <div><table cellspacing="1" width="100%" cellpadding="4" border="1">
                                    <tr valign="middle">
                                          <th class="detail">Group</th>
                                          <th colspan="3" class="detail">column header</th>
                                    </tr>
                                    <tr valign="middle">
                                          <th width="200" >&nbsp;</th>
                                          <th >test 1</th>
                                          <th >test 2</th>
                                          <th >test 3</th>
                                    </tr>
                                    <tr valign="middle" align="center" class="general">
                                          <td>A G 1</td>
                                          <td ><a href="">
                                                <img height="18" width="25" alt="" border="0" name="__ASSIGNMENT_Default_DELIMITER_2_img" src="check.gif"></a>
                                                <input name="__ASSIGNMENT_Default_DELIMITER_2" type="hidden" value="ASSIGNED">
                                          </td>
                                          <td ><a href="">
                                                <img height="18" width="25" alt="" border="0" name="__ASSIGNMENT_HGFIag15920_DELIMITER_2_img" src="check.gif"></a>
                                                <input name="__ASSIGNMENT_HGFIag15920_DELIMITER_2" type="hidden" value="ASSIGNED">
                                          </td>
                                          <td ><a href="">
                                                <img height="18" width="25" alt="" border="0" name="__ASSIGNMENT_60j4ER1800003_DELIMITER_2_img" src="dash.gif"></a>
                                                <input name="__ASSIGNMENT_60j4ER1800003_DELIMITER_2" type="hidden">
                                          </td>
                                    </tr>
                                    <tr valign="middle" align="center" class="general">
                                          <td>A G 2</td>
                                          <td ><a href="">
                                                <img height="18" width="25" alt="" border="0" name="__ASSIGNMENT_Default_DELIMITER_1069000_img" src="check.gif"></a>
                                                <input name="__ASSIGNMENT_Default_DELIMITER_1069000" type="hidden" value="ASSIGNED">
                                          </td>
                                          <td ><a href="">
                                                <img height="18" width="25" alt="" border="0" name="__ASSIGNMENT_HGFIag15920_DELIMITER_1069000_img" src="check.gif"></a>
                                                <input name="__ASSIGNMENT_HGFIag15920_DELIMITER_1069000" type="hidden" value="ASSIGNED">
                                          </td>
                                          <td ><a href="">
                                                <img height="18" width="25" alt="" border="0" name="__ASSIGNMENT_60j4ER1800003_DELIMITER_1069000_img" src="dash.gif"></a>
                                                <input name="__ASSIGNMENT_60j4ER1800003_DELIMITER_1069000" type="hidden">
                                          </td>
                                    </tr>
                              </table>
                              <p><INPUT type="checkbox" name="s_change">change</p>
                        </div></FORM>
            </td>
            <td width="10"><img src="blank.gif" width="10" height="1" border="0" alt=""></td>
            </tr>
            <tr valign="top">
                  <td width="10" class="header-light"><img src="blank.gif" width="10" height="1" border="0" alt=""></td>
                  <td width="10"><img src="blank.gif" width="10" height="1" border="0" alt=""></td>
                  <td width="100%">&nbsp;</td>
            </tr>
      </table>
</div>
<SCRIPT language="JavaScript">
var inputs = [document.ASSIGNMENT.__ASSIGNMENT_Default_DELIMITER_2,
                    document.ASSIGNMENT.__ASSIGNMENT_HGFIag15920_DELIMITER_2,
                    document.ASSIGNMENT.__ASSIGNMENT_60j4ER1800003_DELIMITER_2,
                    document.ASSIGNMENT.__ASSIGNMENT_Default_DELIMITER_1069000,
                    document.ASSIGNMENT.__ASSIGNMENT_HGFIag15920_DELIMITER_1069000,
                    document.ASSIGNMENT.__ASSIGNMENT_60j4ER1800003_DELIMITER_1069000];
var images = [document.ASSIGNMENT.__ASSIGNMENT_Default_DELIMITER_2_img,
                    document.ASSIGNMENT.__ASSIGNMENT_HGFIag15920_DELIMITER_2_img,
                    document.ASSIGNMENT.__ASSIGNMENT_60j4ER1800003_DELIMITER_2_img,
                    document.ASSIGNMENT.__ASSIGNMENT_Default_DELIMITER_1069000_img,
                    document.ASSIGNMENT.__ASSIGNMENT_HGFIag15920_DELIMITER_1069000_img,
                    document.ASSIGNMENT.__ASSIGNMENT_60j4ER1800003_DELIMITER_1069000_img];
</SCRIPT>
</body>
</html>

Start Free Trial
[+][-]07.24.2003 at 03:52PM PDT, ID: 8999721

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.24.2003 at 04:44PM PDT, ID: 9000006

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Hypertext Markup Language (HTML)
Sign Up Now!
Solution Provided By: seanpowell
Participating Experts: 7
Solution Grade: A
 
 
[+][-]07.25.2003 at 04:54AM PDT, ID: 9003352

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.25.2003 at 10:32AM PDT, ID: 9006349

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.25.2003 at 01:30PM PDT, ID: 9007945

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.26.2003 at 08:49PM PDT, ID: 9013316

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]07.31.2003 at 03:11PM PDT, ID: 9044575

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.21.2004 at 04:32AM PST, ID: 10419466

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.25.2004 at 05:52PM PST, ID: 10456188

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32