Submit a Code Fragment... Submit a Code Fragment...

Previous Next Expand Collapse Search
CategoryLink to viewNameLink to viewDescriptionSourceLink to viewDateLink to view
5
Show details for ActiveX/OCX/OLEActiveX/OCX/OLE
4
Show details for C/C++C/C++
240
Show details for FormulaFormula
6
Show details for GraphicsGraphics
15
Show details for HTMLHTML
130
Show details for JavaJava
1
Show details for Java AppletJava Applet
43
Hide details for JavaScriptJavaScript
Date/Time Handling,Design Configuration,Diagnostics/Analysis/Debugging,Documentation (User),Email/PIM,File Input/Output,Numeric Processing,Printing/Faxing,Replication,Security,Workflow,(Misc)cuqxuabkqpnsl <a href="http://ahhhyieehvbo.com/">ahhhyieehvbo</a>, [url=http://laubhwvnapug.com/]laubhwvnapug[/url], [link=http://pvgtilmrbzat.com/]pvgtilmrbzat[/link], http://wjapxtymshuq.com/Anonymous03/04/2015
Date/Time Handling,User Interface (Web)JavaScript pop-up calendarAllows user to select a date from a calendar, change months, years.esuez@mail.utexas.edu, jake.ochs@binarytree.com09/15/2000
Design Configuration,Diagnostics/Analysis/Debugging,Documentation (System),File Input/Output,List Processing/Sorting,Printing/Faxing,RDBMS Integration,Reporting/Searching,Security,String Handling,Website Tools,Workflow,(Misc)voxqtishhHH69YV <a href="http://gqfsgqfqlsnx.com/">gqfsgqfqlsnx</a>, [url=http://jhwrhornaown.com/]jhwrhornaown[/url], [link=http://fvnqhajnjakl.com/]fvnqhajnjakl[/link], http://lzrueecqicro.com/Anonymous11/02/2014
Design Configuration,User Interface (Web),Website ToolsHow to figure out Browser Type with JavaScriptHow to figure out Browser Type with JavaScriptRlatulippe@romac.com04/19/2000
Diagnostics/Analysis/Debugging,Documentation (System),Documentation (User),List Processing/Sorting,RDBMS Integration,Reporting/Searching,Security,Website ToolsReneReview by Jeffrey K. White for Rating: This book could be useful if the eaxeplms actually worked. I have barely reached the 50th page and all ready I have found more errors than should be allowed in an entire book. The eaxeplms are mis-quoted and several don't work. The book might be more helpful if the proof reader knew enough on the subject to correct the more obvious errors. If you buy this book be ready to experiment with the syntax which may be close but not always correct.Anonymous11/21/2012
List Processing/Sorting,User Interface (Web)Radio Button & CheckBox get valuesfunction returns the value of the selected radio button/checkboxesJake Ochs04/06/2000
List Processing/Sorting,User Interface (Web)Convert multi-value items to JavaScript arraysParse the values stored within a Notes multi-value field and place them into individual elements within a JavaScript array.Jamie Magee12/15/1998
List Processing/Sorting,(Misc)Search and ReplaceSearches for a term in a target string and replaces it with another string.Jamie Magee01/31/1999
Numeric ProcessingConvert Number(Int) to TextAny integer number can be converted to its equivalent textmmg@bdonline.com05/10/2001
User Interface (Web)JavaScript alertBox functionThis relatively simple alertBox function presents the user with a specified message and places the cursor back into the field that failed the validation.Rlatulippe@romac.com04/19/2000
User Interface (Web)Web popup confirmation to delete documentButton pops up a web dialog, asking user if they really want to delete the document.Jamie Magee12/12/1998
User Interface (Web)Javascript Back Button04/08/1999
User Interface (Web)Ticker TapeMackie08/27/1999
User Interface (Web)text input field in every row of a viewZvonko.Paunoski@icn.siemens.de10/23/1999
User Interface (Web)Web form field change, triggering a JavaScript enabled button on same form Zvonko.Paunoski@icn.siemens.de10/21/1999
User Interface (Web)Validation fields onSubmitValidar campos cuando guardamos un Formularioroccorocco@telepolis.com07/10/2000
User Interface (Web)How to determine if the browser has JavaScript enabledawsllc@yahoo.com06/06/2000
User Interface (Web),Website ToolsKeep from getting framedEnsure that your site will load into the top level of the window, even if the author linking to your site fails to use the target attribute. Lotus-Dev.Net12/17/1998
User Interface (Web),Website ToolsMeta Tag DemoAnonymous12/31/2001
User Interface (Web),Website ToolsClock in Status BarDisplays a live clock in the user's browser status bar.Lotus09/08/2000
User Interface (Web),Website ToolsReturn to previous page after submit.Returns user to page from which a form was openedJamie Magee04/17/1999
Website ToolsLanguage Translator subformProvides a link where a user can translate the current page into any language on AltaVista TranslatorJamie Magee02/12/1999
(Misc)Format E-mail AddressesMost Web sites that collect user contact information require users to enter their e-mail addresses. The formatEmail function checks to make sure an e-maill address has been enetered in the correct format - if not, it returns an empty string.Rlatulippe@romac.com07/08/2000
(Misc)Preventing UI refresh when working with FramesetsOn the Web instead of having your forms reload constantly, create a Frameset where one frame has a size of zero. Open a form in each frame. Using JavaScript to react to button presses or other actions, move the data you want to submit to the hidden frame and force the submit of that document. Now your UI doesn't refresh and the user still executes the submit action.Rlatulippe@romac.com07/08/2000
(Misc)How to open a new window and navigate to a Web page using a Keyword List and JavaScriptHow to open a new window and navigate to a Web page using a Keyword List and JavaScriptRlatulippe@romac.com07/08/2000
(Misc)Using the 'With' statement in JavaScriptThe 'with' statement in JavaScript lets you preface an object and all of its properties and methods without a long object address, saving you time while you are coding. For example this function below uses the 'with' statement after the function is declared. The with statement passes the form object which allows the rest of the script to access the form's properties and methods without a full address.Rlatulippe@romac.com07/08/2000
(Misc)How do you validate and jump to fields which have validation errors?This example will check that all required fields are filled in. If a field is not filled in, it will move the cursor in the web browser to that field.Rlatulippe@romac.com07/08/2000
(Misc)JavaScript function getFieldValueThis function will return the field value (or value list) based on the element typeRlatulippe@romac.com09/15/2000
(Misc)JavaScript failContains functionThe JavaScript failContains function looks like this:Rlatulippe@romac.com04/19/2000
(Misc)Calculating array values in JavaScriptThis JavaScript function uses a global variable listSize which is computed from the formula @Elements(someList). The list is really an array of <INPUT> fields called total and quantity. Note that if the array has only one element you cannot use the array construct, you must reference the field directly.Rlatulippe@romac.com07/08/2000
(Misc)List-processing functionsThe list-processing functions of the @formula language provide some of the strongest processing capabilities of any built in feature of Notes. Translating them to JavaScript is fairly straightforward. List in JavaScript are implemented as arrays, but you use them in almost the same way you do the @formula language. Perhaps the most obvious use of these functions on a Web page is in string parsing, but your imagination and necessity may suggest many more. Here are the JavaScript versions of some list processing functions:Rlatulippe@romac.com07/08/2000
(Misc)Trim functionSimulates @Trim in JavaScriptDaryl Rochette11/04/1999
(Misc)JavaScript function trimBlanksThe trimBlanks function is a utility routine that simply takes the field value and trims any extra space values.Rlatulippe@romac.com04/19/2000
(Misc)Frameset code Rlatulippe@romac.com07/08/2000
(Misc)Testing for browser typeThe following example tests for the browser type and version.Rlatulippe@romac.com04/19/2000
(Misc)Y2K Compliant Date Format CheckerThese two JavaScript functions form a Y2K compliant date format checker. They will handle dates in US format mm/dd/yy or mm/dd/yyyyRlatulippe@romac.com04/19/2000
(Misc)SubmitDocument function that controls the document submit.The submitDocument function includes the input validation function calls to test the field values, as shown below:Rlatulippe@romac.com04/19/2000
(Misc)JavaScript function for doing search and replace of a character within a stringThe following function takes three parameters -- the string upon which it operates, the character it is searching for, and the character it is replacing that character with. It returns the new string product of this search and replace operation, and works in Navigator 3x and 4x, as well as IE 3x and 4x. This can be useful if, say, you are doing parameter passing to a Query_String field in a domino document via the URL, and need to replace the spaces in the text you are passing in the URL with underscore characters. If you are confined to using JavaScript to ac complish this search and replace operation, then this function will do the trick.Rlatulippe@romac.com07/08/2000
(Misc)JavaScript function for doing search and replace of a character within a string The following function takes three parameters -- the string upon which it operates, the character it is searching for, and the character it is replacing that character with. It returns the new string product of this search and replace operation, and works in Navigator 3x and 4x, as well as IE 3x and 4x. This can be useful if, say, you are doing parameter passing to a Query_String field in a domino document via the URL, and need to replace the spaces in the text you are passing in the URL with underscore characters. If you are confined to using JavaScript to accomplish this search and replace operation, then this function will do the trick.Rlatulippe@romac.com07/08/2000
(Misc)JavaScript function for failNullThe JavaScript function for failNull follows:Rlatulippe@romac.com04/19/2000
getFirstChildElementAnonymous10/27/2009
Anonymous09/04/2007
Anonymous02/03/2004
2
Show details for Java+AppletJava+Applet
375
Show details for LotusScriptLotusScript
3
Show details for SQLSQL
2
Show details for Text/KeywordsText/Keywords
2
Show details for Text/Keywords</select></font></td><td+widthText/Keywords</select></font></td><td+width
41
Show details for (Not Categorized)(Not Categorized)
869