Joe Commenter: March 2008 Archives
testing the plugin
function verifyMe(){
var msg='';
if(document.getElementById('Upload').value==''){
msg+='- Upload\n\n';}
if(msg!=''){
alert('The following fields are empty or invalid:\n\n'+msg);
return false
}else{
return true }
}
*Upload
powered by FormGenics.com
function verifyMe(){
var msg='';
if(document.getElementById('Upload').value==''){
msg+='- Upload\n\n';}
if(msg!=''){
alert('The following fields are empty or invalid:\n\n'+msg);
return false
}else{
return true }
}
*Upload
powered by FormGenics.com
blah blah blah
