Aicc window open to size with no toolbars
February 14, 2007 12:00 AM
Drumpound wrote:
Problem with that fix - it stops the bookmarking from working in the course. Any way to get around this that?Unfortunately, that is the cost of having the student navigate through a popup window opened by the course instead of the LMS opening the content in its own window. We can't bookmark the popup page since this is not the main window that the course is loaded in. If popup pages were bookmarked, it would mess up most courses since popup windows are typically used to display information and leave the student on the main pages. The only page that is getting bookmarked right now is the blank page that opens the window. Since this is already the first page, the student will not receive a prompt.You can do your own bookmarking using a persistent variable. Create a variable set to be retained between sessions (call it something like Bookmark) and put an action at the title level that does an OnShow modify variable, and set the value of the Bookmark variable to: javascript:document.location.href Don't inherit the action on the first or second page (first popup page) of the title. On the second page ( first popup page) of the title, add an action to goto WebAddress VAR(Bookmark) and set a condition to only execute the action if Bookmark Contains ".html"Edited By: aaron on 2007-2-16 10:20:34
Discussions have been disabled for this post