6th April 2009 - TMR will shortly be producing a weekly newsletter designed to keep you up to speed on the big ticket weekly news items and the latest TMR vehicle reviews, along with details on upcoming competitions as well as ‘coming soon’ exclusives.
In the meantime, we invite you to sign up for the TMR newsletter below.
Don’t be the only person in your automotive-cyberhood not getting their weekly dose of TMR love.
The Motor Report Pty Ltd’s Terms & Conditions and Privacy Policy can be viewed by clicking the links.
function CheckMultiple2(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 CheckForm2(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
var fname = "CustomFields_1_2"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; }
var fname = "CustomFields_2_2"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Last Name"); fld.focus(); return false; }
var fldcheck = CheckMultiple2(f, "CustomFields[6_2]"); if (!fldcheck) { alert("Please choose an option for field Gender"); return false; }
var fname = "CustomFields_5_2"; var fld = document.getElementById(fname);
if (fld.value == "") { alert("Please enter a value for field Postcode"); fld.focus(); return false; }
CheckNum = parseInt(fld.value); if(fld.value != "" && isNaN(CheckNum)) { alert("Please enter a numeric value for field Postcode"); fld.select(); fld.focus(); return false; }
var fldcheck = CheckMultiple2(f, "CustomFields[13_2]"); if (!fldcheck) { alert("Please choose one or more options for field Terms and Conditions"); return false; }
return true; };


