AuthenticPlaceholderControl.ActivateExternalScriptURL
Declaration: string ActivateExternalScriptURL
Description
This property can be set to the URL of the file external_CreateObject.js. If ActivateByExternalScript is set to "true", then this URL will be used for instantiation of the object. Otherwise instantiation is done as in previous versions of the DLL.
The external_CreateObject.js file is contained in the Altova.Authentic.WebControls.zip file, which is available for download on www.altova.com. This file has to be copied to a location on your Web server.
Default value: ""
Example:
ActivateExternalScriptURL="http://www.server.com/AuthenticFiles/external_CreateObject.js"