RE: [Dynapi-Help] A different loadPanel question

2002-07-30 Thread Tomlins Diane
t: Tuesday, July 30, 2002 11:39 AM To: '[EMAIL PROTECTED]' Subject: [Dynapi-Help] A different loadPanel question Ok, got the loadPanel 'history' function problem solved, so I'll share the solution here: var myHistory = new Array() var historyPlace=0 myHistory[historyPlac

[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