How to Know Parameters for Window.Open

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Limits Tester
Jr. Propeller Head
Posts: 9
Joined: Mon Aug 21, 2017 8:48 am

How to Know Parameters for Window.Open

Post by Limits Tester »

Hello,

I'm trying to determine why the context sensitive online help window is no longer scrollable since I've switched to Flare's HTML5 TopNav skin. Does anyone know how I can see the parameter values that Flare's csh_js file uses to open the window? The statement, I believe, is: var win = window.open(cshString, "_MCWebHelpCSH", browserOptions + size); I want to create a small test application that will mimic what is done in our production software application to load a help window.
Post Reply