Forum Moderators: coopster

Message Too Old, No Replies

load section AFTER rest of page

         

iluvthsgam

8:38 pm on Jan 30, 2009 (gmt 0)

10+ Year Member



I'm working on my new page and have a real intensive php function (1,000 lines) that reads and configures/displays events from an iCal feed.

It really slows up the loading of the rest of my page.

Any way to have the page load first, then when the page is done - load this iCal function?

Thanks!

eelixduppy

8:59 pm on Jan 30, 2009 (gmt 0)



You can have an AJAX solution, but that's about all I can think of at the moment. With that, you might get better advice over at the Javascript/AJAX forum here.