Wednesday, 29 October 2014
Contact Us For Free No Obligation Information on Gastric Band Surgery
.myForm td, input, select, textarea, checkbox {
font-family: tahoma;
font-size: 12px;
}
.required {
color: red;
}
* first name:
* last name:
* Your email address:
* telephone:
* Type of Surgery:
-Please choose option-
Gastric Band
Gastric Bypass
Gastric Sleeve
Gastric Balloon
Cosmetic Surgery
* Questions/Comments:
Email Marketing by Geoff Lord
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 =
Read more...
Labels:
News
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment