I got a question about opening links in the same window from Engage.
It is not very easy to it from within Engage itself. But if you are willing to edit the XML after you publish your file it is not too hard to accomplish. And it opens up other possibilities as well.
Here is the code I used in the examples:
(note I converted " to " )
javascript:alert( " test " )
javascript:window.open("http://eLearningEnhanced.com","mywindow" ,"status=0,location=0,resizable=1,width=550,height=450");