Hello there.You mentioned that when you tried the option "Current", "Parent". or "Top", the text [obejct] appeared. This is because the open method returns an object reference to the browser window. To avoid the [object] text, use the void operator in front of the method call:E.g. void window.open(file,name,props)or Void ObjLayerActionGoToNewWindow( 'a001_help_resources_terminology.html', 'Trivantis_Popup_Window', 'width=785,height=600,scrollbars=0,resizable=0,menubar=0,too lbar=0,location=0,status=0' )I would try the above changes on a web server, as trying to test on your local machine will cause the page to be blocked due to the ActiveX Restrictions.Also, would the code ("trivExitPage('a001_help_resources_terminology.html',true)" ); work? It has been used by other users (Search for "Captivate" in the forum) and has worked, to move or open a lectora page.Regards. Edited By: bruman on 2008-1-2 13:55:11