LOTUSSCRIPT/COM/OLE CLASSES
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$
If you save the URLs, you can use them in agents; for example, you could create an agent that opens Web pages in the Web Navigator database and then loads all the Web pages saved in each of the URLLinksn field(s).
For more information, see Working with the Internet.
Language cross-reference
@URLOpen function in formula language
Example See Also