Hi,
Sorry, this is too complex to detail in a subject.
Let me tell you what my site does. When you login you are given a list of records, clicking on one goes to a container class with two containers, the top one shows a little information about the thing you are on and the bottom one has multiple tabs of data. What I need is a way to get back to the first screen, the list of records, and as the container can’t have it’s own exit button, it’s complicated.
I’ve tried a few things already, like forcing a refresh on the page in Javascript (if I do this by hand by pressing F5, it works perfectly) but it doesn’t work.
Any ideas?
Mike