Resume course and return to last page viewed
January 30, 2010 12:00 AM
This is not something for the novice to tackle without help. Here is the top from my book on JavaScript secrets.
1. Get Current URL for Bookmarking
On: Show
Action: Modify Variable
Target: _bookmark (a retained variable)
Value: Javascript: location.href
Then, on returning to the course, the first page checks the variable _bookmark for not equal to zero and runs a Go To Web Address action using Var(_bookmark) as the target. Make sure this action does not run on the first page, otherwise it will overwrite your bookmark with the address of the first page. This means that you have to Exclude this action from the first page.
Discussions have been disabled for this post