Syntax:
extBrow.GetJSEvalNames();
The GetJSEvalNames method returns the names of all code blocks previously bound by calls to the SetJSEval method. This method is helpful if you are assigning multiple code blocks using SetJSEval and want to dynamically access or enumerate the results by obtaining the list of names and then calling the GetJSEval method, passing in the values returned by this method one at a time.
Note: This method requires the Enterprise Edition of BrowserHawk.
See Also: