JAVA/CORBA CLASSES
Instantiates a document in the database on which it is called and returns a Document 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
Database
Syntax
public Document getDocumentByURL(String url, boolean reload) throws NotesException
public Document getDocumentByURL(String url, boolean reload, boolean relifmod, boolean urllist, String charset, String webuser, String webpasswd, String proxyuser, String proxypasswd, boolean returnimmediately) throws NotesException
Parameters
String url
Specify true if you want to save the URLs in the URLLinksn field(s). Specify false if you do not want to save the URLs in the URLLinksn field(s). If you save the URLs, you can use them in agents. For example, you can 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).
Caution Saving URLs in the URLLinksn field(s) may affect performance.
Document
GetDocumentByURL method in LotusScript NotesDatabase class
@URLOpen function in formula language
Example