OnNavHistoryPopState Picture Event
Declaration
ENTRY OnNavHistoryPopState(IN TEXT _objState, IN TEXT _urlState)
; actions
END OnNavHistoryPopState Parameters
_objState | Contains value of 'objState' parameter saved by the functions %HI_NavHistoryPushState resp. %HI_NavHistoryReplaceState |
_urlState | Contains value of 'objState' parameter saved by the functions %HI_NavHistoryPushState resp. %HI_NavHistoryReplaceState |
Description
The event is triggered using the forward/reverse buttons in the web browser. Based on the objState resp. urlState values it is possible to set user interface into the saved state.
Related pages: