Click or drag to resize

JSHelperOpenPopupWindowJS Method (String, NavTarget)

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
public static string OpenPopupWindowJS(
	string url,
	NavTarget target
)

Parameters

url
Type: SystemString
The URL to open in the new window.
target
Type: NetQuarryNavTarget
The navigation target.

Return Value

Type: String
The javascript function call string.
See Also