Aicc window open to size with no toolbars
February 14, 2007 12:00 AM
Drumpound wrote:
Thanks for that it works but automatically takes the user to the last page they were on. Is there a way to prompt the user to ask if they want to go to that page or start at the beginning or the course? Sure you can. Create a text block, set to NOT initially visible, with the text, "Would you like to return to the last page". Also within the text block add two buttons "Yes" and No". On the "No" button, simply have an action to hide the text block. For the "Yes" button, set its on click action to the same one described earlier: to goto WebAddress VAR(Bookmark) Finally, just change the on show of the page action described earlier to show the prompt text box instead. Leave the condition the same: only execute the action if Bookmark Contains ".html"So now if the bookmark variable is set, it will display the prompt. If the student clicks 'No', it will just remove the prompt ... if they click "Yes" it will go to the page stored in the bookmark variable.
Discussions have been disabled for this post