function ValidationNews()
{
var ErrMsg = '';
var flag = true;
if ((document.forms[0].ctlReqInfo_txtName.value.length==0) ||
(document.forms[0].ctlReqInfo_txtName.value==null)||(document.forms[0].ctlReqInfo_txtName.value=='Your Name'))
{
ErrMsg+="Please Enter Name \n";
}
if((document.forms[0].ctlReqInfo_txtEmail.value.length==0) || (document.forms[0].ctlReqInfo_txtEmail.value==null)||(document.forms[0].ctlReqInfo_txtEmail.value=='Email Address'))
{
ErrMsg+="Please Enter E-Mail Address \n";
}
else{
bemail1= new RegExp(/\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/);
bemail2 = bemail1.exec(document.forms[0].ctlReqInfo_txtEmail.value);
if(!bemail2)
{
ErrMsg+="Invalid Email Address \n";
}
}
if((document.forms[0].ctlReqInfo_txtComment.value.length==0) || (document.forms[0].ctlReqInfo_txtComment.value==null)||(document.forms[0].ctlReqInfo_txtComment.value=='Comments'))
{
ErrMsg+="Please Enter Comments \n";
}
if (ErrMsg != '')
{
alert(ErrMsg);
flag=false;
return flag;
}
else
{
flag=true;
return flag;
}
}
|
 |
Infomercial Media Buyer Advanced Results Marketing is an expert in creating effective infomercials for your product or service. A major component of a successful infomercial is the media buying. An Infomercial Media Buyer must have a keen analytical mind and can develop the best possible combination of media space for your company.
Infomercial Media Buyers must consider the specific product/service, the channel and time the ad is being aired, and who the target audience is. Advanced Results Marketing provides the most valuable direct response marketing services for you and your company.
|