Hi All,I use Lectora/Saba Publisher 5.1. I have designed my course in Flash 8. Used Javascript to communicate between Saba and Flash. The following code is working fine:on(release){ getURL("javascript: trivExitPage(Page1.html', true )","_self"); But to open a separate page, I tried both the following codes and none of them are working :on(release){ getURL("javascript: trivExitPage(Page.html', true )","_blank"); } on(release){ getURL("Page.html", "_blank"); }Can anyone please tell me if there is a code to open a page in a new window?Greatly appreciate any help!!!!!!Rohit.