LOTUSSCRIPT/COM/OLE CLASSES


GetDocumentByURL method
Example

Instantiates a document in the database on which it is called and returns a NotesDocument object for it. This method is typically used for either the Server Web Navigator or Personal Web Navigator database, but can be called on any database object.

Defined in

NotesDatabase

Syntax

Set notesDocument = notesDatabase.GetDocumentByURL( URL$ [, reload ] [, urllist ] [, charset$ ] [, webusername$ ] [, webpassword$ ] [, proxywebusername$ ] [, proxywebpassword$ ] [, returnimmediately ] )

Parameters

URL$


reload
urllist
charset$
webusername$
webpassword$
proxywebusername$
proxywebpassword$
returnimmediately
Return value

notesDocument


Language cross-reference

getDocumentByURL method in Java Database class

@URLOpen in formula language

Example
See Also