| JSHelperOpenPopupWindowJS Method (String, String, String, PopupOpts, String) | 
 
            Returns the script to open a popup window.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic static string OpenPopupWindowJS(
	string url,
	string windowOpts,
	string target,
	PopupOpts ePopOpts,
	string mop
)
Public Shared Function OpenPopupWindowJS ( 
	url As String,
	windowOpts As String,
	target As String,
	ePopOpts As PopupOpts,
	mop As String
) As String
Parameters
- url
- Type: SystemString
 The URL to open in the new window.
- windowOpts
- Type: SystemString
 The window options, possibly obtained via WindowOpenFeatures(IAppContext, WindowOpenOptions, Int32, Int32).
- target
- Type: SystemString
 The window target name.
- ePopOpts
- Type: NetQuarryPopupOpts
 The popup options.
- mop
- Type: SystemString
 The MOP to which to navigate.
Return Value
Type: 
StringThe javascript function call string.
 See Also
See Also