For example suppose I have something like the following
When a user clicks on a link within the accordion, I would like to direct them to the relevant content whilst preserving the current accordion navigation view. Is this possible to do without frames?
Each time the accordion changes you could keep the current state of the accordion navigation in a cookie. Then on the next page load, just reproduce the state from said cookie.