Click to See Complete Forum and Search --> : Possible to load certain parts of an HTML file first?


wdes2009
10-04-2009, 02:32 AM
Hello,

I'm just curious if this can be done...

I have a table (yes... i am using a table) and I notice it loads certain columns and rows in order... is it possible if I can switch that order?

I couldn't find a direct answer but through some other forums I noticed that they can put a "visible" tag to a <div> and something of an onload code that displays it once everything loads??? Would this be a solution?

I'd really like the left and right column of my table to load first then the middle... any help would be GREATLY appreciated!

Thanks,

WD

milan1980
10-04-2009, 05:05 PM
Hi,

Yes it is possible. All you need to do is load your table without any middle content. Then onload you simply AJAX in your middle content and voilà.

Hope this helps.

opifex
10-04-2009, 08:54 PM
If your table doesn't contain data (that's what tables are for), put the content in divs in the order that you want them to load and position them with css.