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...13 Oct 2000 | Keywords: Date, Format | Category: JavaScript | Read »
Control the look of the "No documents found" message
Are you fed up with having made your site look really nice only to be shocked when you open a view and the, ugly looking, "No documents found" message stares back at you? ...12 Oct 2000 | Keywords: CSS, Style | Category: Views | 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...11 Oct 2000 | 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. ...10 Oct 2000 | 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...9 Oct 2000 | 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 ...4 Oct 2000 | 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 ...29 Sep 2000 | 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: ...29 Sep 2000 | 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...26 Sep 2000 | 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 ...25 Sep 2000 | Keywords: Child, Response, Query String, Inherit | Category: Forms | Read »
