Hello I'm building this spreadsheet like system where if you click an asset on the table a lightbox pops up with a form. After the close there is a callback that calls an ajax to remove session IDs from a table and reloads the page. Initially it work fine but on reload I get a null error only on IE. The page is http://larsoncomputerservices.com/de...readsheet.html
So I looked and found that on line 167 table was null on reload. Then I found this http://www.tek-tips.com/faqs.cfm?fid=3046 I moved the getSeparatorCW(); call after the body tags and it works now.
Bookmarks