Lotus Notes FAQ Visit Our Sponsor!

How do you display the number of search results on a page?


You will have to use JavaScript to display the number of search result links:

<SCRIPT LANGUAGE=JAVASCRIPT>  document.write(document.links.length); </SCRIPT> documents found.

You may have to substract a couple of links if you have other links on the page.


Applies to Notes Versions: 4 4.5 4.6 5
Last Modified: July 19, 2000