Newbe here, so please be kind.Our application consists of three frames; outline, actionBar and display. Within the action bar we have navigation buttons for “next” and “previous”. These buttons work fine when the “next” item is a document. The display frame content is refreshed with the next document. If however the “next” is a view, then the display frame contents are replaced with all three frames. Very ugly. Anyone seen this before?
Here is the simple code:
displayFrame.location=displayFrame.document.links[0];