Open an HTML doc in a popup window
January 31, 2005 12:00 AM
Jay,Try this:1. Normal Lectora content page (page before the exercise) with a next button.2. next button goes to a blank content page with a link to popup the exercise. On enter page action launches popup.3. Dreamweaver activity page contains javascript that sends the function - trivNextPage(); to the parent (launching) page when they complete the activity. trivNextPage is a global lectora function that will trigger the course to proceed to the next page in the sequence.You could combine 1 & 2 by having the link on your page 'open the activity' with no other way to proceed, except to finish the activity.Also consider embedding the Dreamweaver activity as an external HTML object in a regular Lectora page, and including the same javascript trivNextPage function to send it on when the user successfully completes the activity.We do these with Flash, embedded in the page, using the trivNext function.
Discussions have been disabled for this post