response.callC() (Method)

Calls a native function within the server.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:String primitive
JavaScript syntax:NEScallC(aFunctionName, arguments, ...)
Argument list:aFunctionNameThe name of a function that has been registered
argumentsA set of arguments to be passed to it when called

External library functions can be registered with the Netscape Enterprise Server and can then be called from scripts running in the request-response loop.

Such registered functions are invoked with the callC() method.

The function name is the one that was used when it was registered. Registering a function creates a wrapper that will always return a string primitive value.

See also:Netscape Enterprise Server