Click or drag to resize

JSHelperValidWindowOpenTarget Method

Convert a window.open() target string into one valid for all browsers. IE is picky.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ValidWindowOpenTarget(
	string target
)

Parameters

target
Type: SystemString
The target string.

Return Value

Type: String
The safe target string.
See Also