logo

Date validation on global servers

Are you creating databases that live on servers all around the world and worried that you don't know which format the server expects dates to be entered in to fields of the date/time data type? You c...

Keywords: Date, Format | Category: JavaScript | Read »

Managing JavaScript "popup" windows

When you use the JavaScript window.open method to open a new browser window you may experience problems when you try to re-use it. For example, open the link below and then click back inside this win...

Keywords: Focus, Blur, Window, Open | Category: JavaScript | Read »

Conditional WebQuerySave agents

We all know that you can run agents when a web page gets submitted, by using the WebQuerySave event of a form. ...

Keywords: Condional, Agent | Category: Agents | Read »

Debugging LotusScript Agents

Writing agents that run over the web is not the easiest of tasks if the agent is anything more than slightly complex. If you come across an error you'll be lucky if you are even aware of it. The "Age...

Keywords: Debug, Error, debugging | Category: Agents | Read »

Complete control when printing HTML from an agent

Agents that are run via the web can use the "Print" statement in order to dynamically write HTML back to the browser. For example, in a Web Query Save agent you could return a message to the user to ...

Keywords: Agent, Print, HTML | Category: Agents | Read »

Common fields subform.

One of the first things I do when starting a new database for the web is to create a subform called "CommonFields" which I will use on ...

Keywords: CGI variables, path, file | Category: Forms | Read »

Confirming a user's action

If you have links whose action is irreversible and you want to make the user confirm what they are doing then you could use the JavaScript onclick event. The HTML to invoke this is: ...

Keywords: onclick, return, confirm, delete | Category: Quick Tips | Read »

Create a "Login" anchor link

If you have domino sites that do not explicitly require the user to login, but you want to create a link to let them do so at will, then this may be helpful..... It makes use of the fact that you can...

Keywords: Login, URL | Category: JavaScript | Read »

Creating response documents in the browser

In the Notes client when we create a child/response document that inherits its values from the current document, it is easily achieved, simply by selecting the form property "Formulas inherit values ...

Keywords: Child, Response, Query String, Inherit | Category: Forms | Read »

‹ Previous | « Firsticon Page 16 of 16Last » | Next ›