While integrating the Flare application, I am trying to use the JavaScript method. The below is the approach suggested. While I am using this I am always getting the document opened in a new tab instead of a new window. Is there any approach in JS so that I can open this in a new window rather than a new tab.
<input type="button" value="Open Help System" onclick="MadCap.OpenHelp(ID, skin name, search string, first pick search string value );" />
No, this is a browser configuration. A new tab "is" a new window. It's just organized nicely for you.
you can make a popup though. look at jquery ui dialogs: http://jqueryui.com/dialog/