Plumtree Portal UI  
 

PTOpenerLinks.GetJSOpenInSameWindow Method 

Returns the JS method to open the specified URL in the same window. The common use case is to use this in the onclick attribute of an HTML element.

public static string GetJSOpenInSameWindow(
   string _strURL
);

Parameters

_strURL
The URL to navigate to.

Return Value

The JS method for opening the URL in the same window.

See Also

PTOpenerLinks Class | com.plumtree.portaluiinfrastructure.opener Namespace