logo

Search Results for "fields"

This page is showing results 11 to 20 of 66

Storing lots of input fields in one list

How many times have you created a form that has a collection of fields that all gather information that is related. What I mean by this is something similar to the form shown in the image below. Here...

21 May 2001 | Keywords: inputs, multi value | Read »

Form Validator R3.0

An updated version of the code that aimed to make validating any field on any form a doddle....

6 Jun 2006 | Keywords: validation, prototype, fields | Read »

Tracking changes to a form

About a month ago I learnt of an IE specific event, called "onBeforeUnLoad", that allows you to capture the moment a user leaves a page. Using this, I wrote ...

16 Mar 2001 | Keywords: form, change, save | Read »

Creating dynamic references to objects

Take the following JavaScript function. It is meant for a form that has six fields whose names are all of the format "QuantityX" where X is a number from 1 to 6. Have a look at the code and see if yo...

27 Oct 2000 | Keywords: input, object, string | Read »

Cut down on all those formulae...

Do you ever find yourself writing the same old hide-when formula over and over again. Usually something like: ...

5 Feb 2001 | Keywords: True, False, Role, Admin | Read »

Server-Side Error Validation

Whether you like it or not, it's easy for a user to bypass your JavaScript data validation on the web. This article describes an alternative which will keep the hackers at bay....

28 Jun 2004 | Keywords: error, server-side, validation | Read »

PHP for Domino Developers, Part 3, Tables

This article is the third part of a series of articles that aim to introduce the LAMP platform to Domino Developers. In the first two articles I looked at interacting with the MySQL server and upload...

8 Oct 2003 | Keywords: MySQL, data-types | Read »

Modular Field Validation Script I

Anybody who does any programming will/should have heard of the "with" statement. I don't know why but I had always assumed this wasn't available in JavaScript. That was until today when I typed it in...

8 Mar 2001 | Keywords: with, form, validate, loop | Read »

Display responses on every page

An alternate title for this article could have been "CodeStore Revealed Part III". This is indeed another article in response to common requests that I let you all know how I design certain parts of ...

2 Jul 2001 | Keywords: response, hierarchy | Read »

Display Rich Text fields in a view

Ever wanted to show part of a Rich Text field in the column of a view. I'll bet my grandma that you have. Well this is possibly the easiest/only way; I can't believe I didn't know about this simple @...

2 Jan 2001 | Keywords: Rich Text, Column, Abstract, Views | Read »

« Previous 10 Results Page 2 of 7 Next 10 Results »

Search Again