Email Alerts
-
Prevent errors on iFramed pages with JavaScript
Errors can occur on deleted iFramed pages or when Lotus Notes users don't have page access. Fix them using JavaScript and the httpRequest object. Tip
-
How to add keyboard functionality for Lotus Notes documents
Learn JavaScript code that adds keyboard functionality for Lotus Notes view documents so users can browse and open them via the "Up," "Down," and "Enter" buttons. Tip
-
Validate Lotus Notes Domino fields using JavaScript
Learn how to use JavaScript to validate any type of Lotus Notes Domino field types, including text, buttons and checkboxes, courtesy of SearchDomino.com member Brad Nelson. Tip
-
How to support Flash objects in any Web browser for a Lotus Notes Domino application
When developing applications for Lotus Notes and Domino Server, developers often need to support several different Web browser versions and types. This JavaScript code from SearchDomino.com member Steve Camps shows how to support Flash objects on any... Tip
-
How to validate Lotus Notes forms on a Domino server without losing entered data
When validating Lotus Notes forms in a Web application, loss of field data can occur on the Domino server. In this tip, SearchDomino.com member Sameer Thakur explains how to remedy this problem using a modified WebQuerySave method. Tip
-
Loading XML from JavaScript
SearchDomino.com member Chandra Teja explains how to load XML from JavaScript and manipulate the data in Internet Explorer using the DOMDocument object. Tip
-
Delimiting the main code in JScript.NET
The majority of programming languages delimit the main program section. But this isn't the case with JScript.NET or JavaScript. In this tip, SearchDomino.com member Chandra Teja offers code that you can place anywhere in your JScript.NET class defini... Tip
-
Remove commas from dollar amounts in JavaScript using a split
Have you ever tried to add up multiple fields with JavaScript, only to find out that the client entered a comma to separate thousands and millions? This causes JavaScript to drop all of the digits after the comma. SearchDomino.com member Mike Parman ... Tip
-
Delete documents over the Web using Ajax and JavaScript
SearchDomino.com member Rishikesh Sahi provides step-by-step instructions on how to delete documents over the Web using Ajax and JavaScript -- and without having to refresh the current open window. Tip
-
JavaScript to find the operating system user name
If a user is accessing a Lotus Notes database anonymously, you can find out the person's operating system user name by using the WScript.Shell ActiveX. Just use his JavaScript code provided by SearchDomino.com member Yossi Sabag. Tip