justuptime.com - monitor your servers & websites

Layer Loading Server data when visble

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.
JoseffB's picture

He has: 52 posts

Joined: Oct 2006

Is there any way to have a layer hidden and have it not load the data (like a inline) then when it's made visible have it load the inline page?

_________________
JoseffBetancourt.com
URTournament.org

He has: 238 posts

Joined: May 2002

You would use ajax for that. Do a search on Google for "ajax content area" or something to that effect.

Something like this maybe..

http://www.ajaxlessons.com/2006/02/18/ajax-workshop-2-building-tabbed-content/

You'd probably have to combine that with some divs/more javascript to initially hide the content area until a link is clicked though, in which case it would show the hidden div and pull the data.

nuk3.com | Free funny flash movies and addictive games

JoseffB's picture

He has: 52 posts

Joined: Oct 2006

Looks like what I need. Thanks.

Now to learn Ajax and some more javascript. sigh. lol

Thanks!Doh!