Email Alerts
-
Fill dependant select lists without reloading
In order to avoid reloading, or using activeXobject, you can store all choices and items in JavaScript array. Tip
-
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,... Learning Guide
-
Create dynamic keyword fields
Make keyword fields dynamic so the list can change based on the values selected in other documents. Tip
-
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. Tip
-
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. Tip
-
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. Tip
-
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. Tip
-
JavaScript version of @DBLookup and @DBColumn
The objective of this tip is to avoid page refreshes while looking up data from the browser. Tip
-
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. Tip
-
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. Tip