Email Alerts
-
Deselect a radio button
With this simple code, users can use a double click to deselect a radio button. This saves developers from creating an extra user interface component. Tip
-
Domino SSO Timer: Updated version
This is an updated version of a tip that the user submitted in November 2004. The update will close a pop-under window when the parent window is closed. Tip
-
Paste templated text into Lotus Designer
To save the trouble of typing code many times, this tip will allow you to paste templated text into your designer, all by using the Tools Menu Bar. Tip
-
JavaScript Domino directory name validation
This JavaScript will check if an exact match is found in the Domino Directory. If no match is found, an alert message will appear and return focus to the field. Tip
-
Admin2005 Learning Guides
Here are three SearchDomino.com learning guides to help administrators creating applications in Notes/Domino as well as Web pages. Tip
-
JavaScript autoclose window
Here's how to make an HTML page close itself automatically after x milliseconds. Tip
-
Visual indicator of submitted Web form
Very often when you submit a document for processing, it takes time to run an agent and display next page. This is a tip to display animated graphics while your agent is running. Tip
-
Code IsNewDoc and IsDocBeingEdited in JavaScript
This tip shows you how to Code IsNewDoc and IsDocBeingEdited in JavaScript -- two JavaScript equivalents of common @Functions. Tip
-
Assign a string to JavaScript variable with instances of double quotes
This tip shows you how to assign a string to a JavaScript variable with instances of double quotes. Tip
-
JavaScript view auto advance and reload
Here is a great way to make a view reload and advance a count number of entries and repeat. Tip