Here's something else worth mentioning, if anyone has any input on this
little quirk.
The psmain.html file that is my initially loaded page, is a page made up of
divs abosolutely positioned (for now, I plan to change that). All of the
rest of the content pages that are pulled into the loadPanel ar
Thought I'd add this bit of info.. when you go 'back' to the inital page
loaded, it seems that the actual loadPanel size when going back to the
'psmain.html' is the size of the last page loaded into it. So, if the page
in the array is a short one (like a sub-menu page), then going 'back' in the
ar
Ok, got the loadPanel 'history' function problem solved, so I'll share the
solution here:
var myHistory = new Array()
var historyPlace=0
myHistory[historyPlace]="psmain.html" //put initial page into loadPanel
function myLoad(fileName) {
myHistory[++historyPlace]=fileName
mainContent.setURL(file