var myHistory = []

function loadPage(url) {
    myHistory.push(url)
    myLoadPanel.load(url)
}

function back() {
   myLoadPanel.load(myHistory.pop())
}

Not tested, but it should work




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to