JavaScript for Lotus Notes Domino

Email Alerts

Register now to receive SearchDomino.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States. Privacy
  • Fill dependant select lists without reloading

    In order to avoid reloading, or using activeXobject, you can store all choices and items in JavaScript array. 

  • JavaScript Learning Guide

    This SearchDomino.com guide introduces you to JavaScript in a Notes/Domino environment, explains best practices and pitfalls to avoid and provides troubleshooting help and advice. You'll find JavaScript articles, tutorials, tips, tools, white papers,... 

  • Create dynamic keyword fields

    Make keyword fields dynamic so the list can change based on the values selected in other documents. 

  • Building a new URL

    This code extracts the HTTP path and NSF filename to get a URL prefix to chain to other areas in your Web application. 

  • Domino SSO timer

    This agent and JavaScript code will automatically create a pop-under window that waits x number of seconds before your SSO expiration time occurs. 

  • Chapter 22: JavaScript security

    JavaScript continues to find adherents. But this scripting language can be used by malicious hacks to eat up memory .. and worse. Learn about Java script security now. 

  • Run a Web agent on a JavaScript event using any browser

    This article is a "counterpoint" to Luke Leonhard's tip, Run a Web agent on any JavaScript event. 

  • JavaScript version of @DBLookup and @DBColumn

    The objective of this tip is to avoid page refreshes while looking up data from the browser. 

  • LotusScript library to generate Notes docs in Excel

    I wanted to share a LotusScript library I developed with an OO class description that makes it very easy to use Excel to generate Excel documents. 

  • Run a Web agent on any JavaScript event

    Have you ever wanted to run an agent on the Web without having the screen reload? Here is a great solution.