PDA

View Full Version : Loading different data into a cell


iAMfromHuntersBar
Jun 5, 2007, 07:40 AM
Hello everyone,

I'm looking for a way to load different data into a cell, or part of the page on the click of a link.

So I've got a load of links across the top of the page, and when each is clicked, different data is displayed (ideally more HTML) in the rest of the page, without the main page actually changing!

Anyone got any ideas or links?

Cheers guys

J

iAMfromHuntersBar
Jun 5, 2007, 08:13 AM
Oh, and I don't want to use frames!

Thank you please!

jstrike
Jun 5, 2007, 11:53 AM
It sounds like you want to simulate a frames type of page with out actually using HTML frames. If that's the case you could use and IFrame or you could use AJAX and drop the resulting HTML in a div.