AceoffixLinkOpenWindow Method |
The static method. It is used to open an IE(Internet Explorer) window which can show the web page with Aceoffix control. This is a recommended solution which can perfectly solve the cross-browser compatibility problem.
By this method, Aceoffix can perfectly support all the popular browsers, such as Internet Explorer, Edge, Chrome, Firefox, Opera, Safari (on windows) and etc..
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic static string OpenWindow(
string URL,
string Options
)
Public Shared Function OpenWindow (
URL As String,
Options As String
) As String
Parameters
- URL
- Type: SystemString
The URL is the page where you want to embed Aceoffix control. It is the same usage as the href of A tag in HTML code. - Options
- Type: SystemString
Set the attributes of popped-up IE window. For example: AceoffixLink.OpenWindow("word/editword.aspx","width=1050px;height=800px;").
Return Value
Type:
StringReturns the link string.
See Also