cityonmyback@gmail.com
Please subscribe to our mailing list
function CheckMultiple1(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm1(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
return true; };
Hit the jump for some video from the show.
No comments yet.
RSS feed for comments on this post. TrackBack URI
Name (required)
Mail (will not be published) (required)
Website
CityOnMyBack.com Powered by WordPress | Theme edited by Karla "hustleGRL" Moy | Contact us: cityonmyback@gmail.com