In Procedure OnLoad in WebApp.src I used:
Code:
Get ServerVariable of ghoWebserviceDispatcher "HTTP_USER_AGENT" to sBrowser
If (Uppercase(sBrowser) contains 'WEBKIT') Set pbWebKitBrowser to DFTRUE
in order to invoke Dynamic AI content embedded in the examples application with parameters that would open drill-downs in a new tab instead of a split frame because I ran into some subtle misbehaviors with different browsers that I didn't encounter when running Dynamic AI in those browsers outside the context of the VDF webapp.

Bob