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
)
Public Shared Function OpenPopupWindowJS (
url As String,
target As NavTarget
) As String
Parameters
- url
- Type: SystemString
The URL to open in the new window. - target
- Type: NetQuarryNavTarget
The navigation target.
Return Value
Type:
StringThe javascript function call string.
See Also