I have spent hours trying to find something suitable to change content in a single DIV by clicking links or buttons in a separate DIV.
Let me explain, I have a table, one row tall and two columns wide. In the left hand cell I want to have a DIV containing a list of manufacturers, which when clicked, will display a short description of that manufacturer with their logo and a link to their website in a DIV in the right hand cell.
I have seen some great scripts to show/hide content in a DIV, but each links has to have its own DIV to display the content, because it gets the text/images from code in the same page I presume?
Is there a way I can do this using a separate file to retrieve the content from?
Any help would be appreciated.
Thanks
Chris