|
#1
|
||||
|
||||
|
Page.GetNavigationHistory
Page.GetNavigationHistory
Would return a table containing all the last few pages visited or at least the one last page that "Page.Navigate(Backwards)" would jump to. If there's another way to do this for now please inform me. Thanks! --Mina |
|
#2
|
|||
|
|||
|
Check out the "Page.Navigate(PAGE_BACKWARD);" action. It does just what you want I think.
|
|
#3
|
||||
|
||||
|
Hi Longedge.
I don't want to do a Page Jump. I just want the page name (which was last visited by the user) returned into a string variable Thanks for replying though. --Mina |
|
#4
|
|||
|
|||
|
In the pages On Close event set a variable to the page name.
__________________
Dermot AMS Add-ons - xDialog.com A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. |
|
#5
|
|||
|
|||
|
You could manually store all page navigation:
Code:
--Global Functions
History={}
function Page_Hist(page)
x=Table.Count(History)+1
Table.Insert(History, x, page)
end
--Page On PreLoad (table the page name in a History navigation table)
Page_Hist("Page 1")
|
|
#6
|
|||
|
|||
|
|
#7
|
||||
|
||||
|
Thanks for the help guys
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT -6. The time now is 11:40 PM.








Linear Mode
