// Luchetti & Co // 31 May 2007 // admin@luchetti.com.au function someEntry(fieldName) { if (fieldName.value=="") { alert ('You need to enter information into this field. Which field? Click OK then start typing.') fieldName.focus() return false} } // end of file