| OpsContextRaiseBrowserDialog Method (String, String, Object) | 
 
            The purpose of this function is to raise a custom dialog when an HTML client is being used.
            See the extensibility documentation for a more detailed explanation.
            
 
    Namespace: 
   Micros.Ops
    Assembly:
   Ops (in Ops.dll) Version: 18.2
 Syntax
Syntaxpublic Object RaiseBrowserDialog(
	string html,
	string jsFunction,
	Object argument
)
Parameters
- html
- Type: SystemString
 the html/javascript for the dialog, must be enclosed in a div
- jsFunction
- Type: SystemString
 the function to call to initialize the dialog.
- argument
- Type: SystemObject
 the argument for the context
Return Value
Type: 
Objectthe object response
 See Also
See Also