Click to See Complete Forum and Search --> : not to load invisible div content


Pierre Rouillet
08-18-2003, 04:33 AM
hello folks

I've got an html that allows me to show and hide divs that don't show at first sight. I will need to have some more of these in one page, and tehy will be of considerable size each. Is there a way to have the browser load the div's data only when the div is beeing made visible? Maybe even thru some trick, external data or something?

thanks a lot for any idea.

P

xataku_nakusute
08-18-2003, 05:42 AM
umm...im unsure of what youre asking...but heres a bit of code..relevant to your topic:

pyro
08-18-2003, 07:32 AM
You can with PHP: http://www.infinitypages.com/research/divinclude.php

Other than that, you could use an iframe.