I have links dynamically loading external page content into a div, with javascript, using script from the following tutorial:
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
I’ve got it working great, but my question is this: Is there anyway to have this type of navigation while maintaining browser functions(back, forward). I’d also like someway to have an absolute address for the each page section. Right now you just go to the index.html, and it just stays there while you load content into the divs.
Any ideas?