<html>
<head>
<title>Email this Page to a Friend</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<script language="JavaScript" src="http://computershopper.com/s_code.js"></script>
<script language="JavaScript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Send to a friend Email Form"
s.server=""
s.channel="MORE"
s.pageType=""
s.prop1=""
s.prop2=""
s.prop3=""
s.prop4=""
s.prop5=""
/* E-commerce Variables */
s.campaign=""
s.state=""
s.zip=""
s.events="event2"
s.products=""
s.purchaseID=""
s.eVar1=""
s.eVar2=""
s.eVar3=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script>
<style type="text/css">
body
{
font-family: Verdana, 'trebuchet ms', helvetica, arial, sans-serif;
font-size: 12px;
line-height: 150%;
color: #555555;
}
</style>
<script type="text/javascript" src="/cs.js"></script>
<script type="text/javascript">
// http://www.codetoad.com/javascript/form_validation_function.asp
function isValidEmail(str) {
return (str.indexOf(".") > 2) && (str.indexOf("@") > 0);
}
function IsEmpty(aTextField) {
if ((aTextField.value.length==0) ||
(aTextField.value==null)) {
return true;
}
else { return false; }
}
function ValidateForm(form)
{
if(IsEmpty(form.SenderName))
{
alert('Please enter your name')
form.SenderName.focus();
return false;
}
if (!isValidEmail(form.SenderEmail.value))
{
alert('Please enter your valid email address')
form.SenderEmail.focus();
return false;
}
if(IsEmpty(form.FriendName))
{
alert('Please enter the recipient\'s name')
form.FriendName.focus();
return false;
}
if (!isValidEmail(form.FriendEmail.value))
{
alert('Please enter the recipient\'s valid email address')
form.FriendEmail.focus();
return false;
}
return true;
}
</script>
</head>
<body>
<div style="padding:2px;">
<h1>Send this page to a friend</h1>
<span style="font-size:10px;">http://computershopper.com/feature/cybercops-five-security-software-suite-reviews-200711</span><br /><br />
<table border="0" width="100%" style="border: 1px; solid; #f9f9f9;background:#fcfcfc;">
<form action="SendFriend.php" method="post" onSubmit="javascript:return ValidateForm(this)">
<tr>
<td class="t1"><strong>Your Name:</strong></td>
<td class="t1"><input type="text" name="SenderName" size="30" maxlength="60" /></td>
</tr>
<tr>
<td class="t1"><strong>Your Email:</strong></td>
<td class="t1"><input type="text" name="SenderEmail" size="30" maxlength="60" /></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td class="t1"><strong>Friend's Name:</strong></td>
<td class="t1"><input type="text" name="FriendName" size="30" maxlength="60" /></td>
</tr>
<tr>
<td class="t1"><strong>Friend's Email:</strong></td>
<td class="t1"><input type="text" name="FriendEmail" size="30" maxlength="60" /></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="submit" value="Send the Page to a Friend!" /></td>
</tr>
<input type="hidden" name="Page" value="http://computershopper.com/feature/cybercops-five-security-software-suite-reviews-200711" />
</form>
</table>
<br />
<div class="dots"><img src="/i/p.gif" alt="" width="1" height="3" border="0" /></div>
<br />
<span class="t1">All fields are required. We require your email address only to let the recipient know who sent the message. We do not save or re-use your email address (or the recipient's email address) in any way.</span>
</div>
</body>
</html>