LOTUSSCRIPT/COM/OLE CLASSES


URLOpen method
Example

Retrieves a World Wide Web page specified by its URL.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace.URLOpen( Url$, reload%, urlList%, charset$, webusername$, webpassword$, proxywebusername$, proxywebpassword$, notesRetriever )

Parameters

Url$


reload%
urlList%
charset$
webusername$
webpassword$
proxywebusername$
proxywebpassword$
notesRetriever
Usage

For more information, see Working with the Internet.

Language cross-reference

@URLOpen function in formula language

Example
See Also