Forum Moderators: open
Is there any way to make the Javascript fetch AFTER everything else has loaded? It's just a little bit of text that sits inside a fixed-width cell, so the rest of the page can still look good before the news articles are displayed, but it's real irritating having to wait for that to load before continuing to render the rest of the page.
I don't really have a good example cause I'm no good at css.
Another Idea:
Is the javascript yours? If so you might consider rewriting it so thaat the file itself doesn't autoexecute and output the content. Instead, wrap what you need to generates the content in a function, include it at the end of your code, then a javascript call on your page to call the function, retrieve the value/content and place it in the cell.
-=casey=-