Documents.OpenURLDialog
Method: OpenURLDialog (strURL as String, nURLType as SPYURLTypes, nLoading as SPYLoading, strUser as String, strPassword as String) as Document
Parameters
strURL
URL to open as document.
nURLType
Type of document to open. Set to -1 for auto detection.
nLoading
Set nLoading to 0 (zero) if you want to load it from cache or proxy. Otherwise set nLoading to 1.
strUser
Name of the user if required. Can be empty.
strPassword
Password for authentification. Can be empty.
Return Value
The method returns the opened document.
Description
OpenURLDialog displays the "open URL" dialog to the user and presets the input fields with the given parameters.