Ezilon.com - Target Your Audience, be Seen in Your Region

javascript links

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.

They have: 25 posts

Joined: Nov 2002

On one page I have these things:

multiple links and a space for information.

What I want to do is this:

When someone clicks on a link it pulls up information in the designated spot. If that same person clicks on a different link, different information replaces the old information in the same designated spot.

I've seen this many times and I'm not quite sure how to do it.
Is is javascript?

If anybody knows where to find the code to do something like this, please advise.

Thanks!

dk01's picture

He has: 517 posts

Joined: Mar 2002

here is a tutorial I wrote that may be useful:
http://www.conxiondesigns.com/tutorials/hideshow/

What you want is done using layers which are placed in the same position on the page and then just use the link to hide/show the appropriate layer.
-dk