Layer Loading Server data when visble
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?
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?
nuk3 posted this at 04:50 — 2nd November 2006.
They have: 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.
JoseffB posted this at 15:00 — 2nd November 2006.
He has: 52 posts
Joined: Oct 2006
Looks like what I need. Thanks.
Now to learn Ajax and some more javascript. sigh. lol
Thanks!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.