UtilsopenIEWindowInNewProcess Method |
OpenIEWindowInNewProcess is the analogue of the window.open()
Namespace:
Aras.Client.Controls.Public
Syntaxfunction openIEWindowInNewProcess(sURL, sName, sFeatures, bReplace);
Parameters
- sURL
- Type: string
String that specifies the URL of the document to display - sName
- Type: string
String that specifies the name of the window. String is ignored when used as TARGET - sFeatures
- Type: string
String that contains a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign - bReplace
- Type: string
Ignorable, just to save window.open analogue
Return Value
Type:
[T:(Any)]window
See Also