I would like to know if there is a way to be able to click a Link on the navigational Div tag and have it display on the content Div like if i had
Something like this:
function setContent(div, content) { getElementById(div).innerHtml = content; return false; // return false to ignore the click } a link