TitleManager Frame and window.opener

We have a non-SCORM LMS and when we want to grab the student's name, prior scores, etc... we use a Modify Variable Action with the value of something like "javascript: window.opener.returnValue('StudentName')" from a hidden form on a parent page that contains all our needed info from the LMS. Normally this works fine.Because we have many lengthy questions in our tests, I check the "Include Title Mgr Frame" on publishing to HTML. If I don't check it, the tests don't score properly (cookie size issue). Now our javascript Action to grab the student name no longer works.What javascript syntax can I use to grab what was an "opener" window but now appears to be the TitleMgr frame? I'm stumped.Steve

Discussions have been disabled for this post