Thanks for the input fella's. Mucho appreciation. To answer some of
your question:

- This is happening when the page first loads and not on subsequent
page loads.
- I do have some onClick even handlers assigned to href's in my markup
but right now I haven't attached anything to them as you can see below.
I checked IE's memory usage at runtime it's at a whopping 150mb ..
yikes ...
- I do have some js that's need to be evaluated on that page. I suppose
I could break up the page into seperate AJAX calls and just load the
data table seperately since it doesn't contain any js that needs to be
evaluated.
- Also, I can replicate the problem in all browsers pretty much. IE,
Firefox, safari, opera ...

Let me show you what the resulting HTML output would be. I'm not using
tables.
<div id="comment_1">
    <div class="tRowHeading bg1">
      <div class="float-Left">
      <span class="fs12b">beta1</span><br/>
      <span class="fcdgray">Approved: </span><strong>No</strong><br/>
      <span class="fcdgray">Resolved: </span><strong>Yes</strong>
    </div>
    <div class="float-Left pt6">
      <span class="tCell_aligned">Screen: </span>
      <span class="fs12b">010000000010</span><br clear="all"/>
      <span class="tCell_aligned">Assigned To: </span>
      <span class="fs12b">Justin Bailey</span>
    </div>
    <div class="dtStamp">
      <span class="fcdgray">Last Updated: </span><strong>1/22/2006
7:41:00 AM</strong>
    </div>
  </div>

  <div class="tRow bg1">
    <h1>Comment</h1>
    <div class="tCell"><a onClick="" href="#"
class="btnAddComment"><span>Add Comment</span></a></div>
    <div class="tCell"><strong>Jon Doe</strong><br/>3/10/2006, 12:09:52
PM</div>
    <div class="tCell c3"><p>wish that at the end of the session you
had an option to continue with the next lesson or go back to the table
of contents. <BR>Might want to consider having a check box next to the
lessoon on the TOC when you have completed that lesson, so its easier
to click on the next one that you want. n</p></div>
    <br clear="all" />

    <div class="hr"><hr /></div>
    <h1>Interal Actions</h1>
    <div class="tCell"><a onClick="" href="#"
class="btnAddComment"><span>Add Comment</span></a></div>
    <div class="tCell"><strong>Jon Doe</strong><br/>3/10/2006, 12:09:52
PM</div>
    <div class="tCell c3"><p>Menu will be in place for Beta 3 release
and should resolve this issue.</p></div>
    <br clear="all" />
  </div>
</div>

---------------------------------------------------------------------
So that's one row of data. All that x1200 is a lot of markup to
display. I've already implemented the paging system and I think I'm
going to create an "EXPORT ALL RECORDS TO EXCEL" or something like that
so they can have what they want.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

Reply via email to