Basically, I have a 'news feed' on my sidebar on the website, the news feed is a js and opens each link to a forum thread; I want the links to open instead into the middle div of the website using dynamic content. Here are the to seperate code snippets, the first of the dynamic content I'm using elsewhere on the site and the second of the JavaScript which loads the news feeds, I don't know how to make this work but there must be a way to incorporate the dynamic content into the news feed links.
Code:
<a href="#" onclick="javascript:ajax_loadContent('middle','pages/connect.html');return false">installation</a>
This is the dynamic content link, an example of one of the links on the site.
I will attach the 'feed' JavaScript file below as it is too big to paste here, but I would of thought the link would need to be edited in this file to incorporate the ajax content, but I am clueless as to how to go about doing so. Any help is appreciated.
js.txt