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 Company
As a national Direct Response Marketing and Advertising Agency, Advanced Results Marketing is the premium infomercial company. We specialize in creating effective infomercials. The first step to creating these infomercials is to understand the importance in media buying. We understand that as a successful infomercial company, it is important to closely analyze all factors involved in airing advertisements on television. Advanced Results Marketing will generate a combination of media air time which will prove to be extremely successful for your product or service. Infomercial Production Company Advanced Results Marketing (ARM) is the most effective infomercial production company. We understand how to develop successful infomercials that will make the most impact on your target audience. With our direct response marketing services, your company will be able to get the proper exposure in order to make your product/service as successful as possible. In order to be the best infomercial production company, we are experts in finding the most accurate media space for your product/service to advertise. ARM closely analyzes all components of media buying and will create a campaign which will generate significant profit for your company.
|