RE: [Dynapi-Help] A different loadPanel question

2002-07-30 Thread Tomlins Diane
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

[Dynapi-Help] additional info on my last question

2002-07-30 Thread Tomlins Diane
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

[Dynapi-Help] A different loadPanel question

2002-07-30 Thread Tomlins Diane
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