Email Alerts
-
Switching between test IDs quickly
Learn how to switch to any test ID from the page you are working on (in only two clicks). Tip
-
Control twisty URLs in embedded views
Use the following code in the FORM onLoad event to traverse through the document.links array. Tip
-
Return to view after document is closed
If you have multiple views that link to the same documents, it can be convenient to return a user to the view they used to open a document when the document is submitted or closed. Tip
-
Return Web user to any element from an agent
This tip shows you how to return a Web user to any element from an agent with a wait time. Tip
-
'Select all' button
This button allows a user to select all choices from a multi-select listbox or dialog list. Tip
-
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
-
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