Project

General

Profile

Bug #16164 » patch3527.diff

Administrator Admin, 2007-02-15 16:37

View differences:

jsfunc.validateform.new.js Mon May 22 09:41:00 2006
function validateForm(theFormname,theFieldlist,goodMess,badMess,emailMess) {
var formObject = document[theFormname];
theFieldlist = decodeURI(theFieldlist);
if (!formObject) {
formObject = document.getElementById(theFormname);
}
(2-2/4)