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
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
nuk3 posted this at 04:50 — 2nd November 2006.
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 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!