File: //home/investoo.co.uk/public_html/portal/index2_option-com_content-task-emailform-id-18.html
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="../portal/templates/bbaaorg/css/template_css.css" type="text/css"/>
<meta name="robots" content="noindex, nofollow">
</head>
<body class="contentpane">
<script language="javascript" type="text/javascript">
function submitbutton() {
var form = document.frontendForm;
// do field validation
if (form.email.value == "" || form.youremail.value == "") {
alert( 'You must enter your valid e-mail and the valid e-mail to send to.' );
return false;
}
return true;
}
</script>
<title>The British Business Angel Association :: Associates</title>
<link rel="canonical" href="https://investoo.co.uk/portal/index2_option-com_content-task-emailform-id-18" />
<link rel="stylesheet" href="../portal/templates/bbaaorg/css/template_css.css" type="text/css"/>
<form action="/" name="frontendForm" method="post" onsubmit="return submitbutton();">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="2">
E-mail this to a friend. </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td width="130">
Your friend's E-mail: </td>
<td>
<input type="text" name="email" class="inputbox" size="25">
</td>
</tr>
<tr>
<td height="27">
Your Name: </td>
<td>
<input type="text" name="yourname" class="inputbox" size="25">
</td>
</tr>
<tr>
<td>
Your E-mail: </td>
<td>
<input type="text" name="youremail" class="inputbox" size="25">
</td>
</tr>
<tr>
<td>
Message subject: </td>
<td>
<input type="text" name="subject" class="inputbox" maxlength="100" size="40">
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="submit" class="button" value="Send e-mail">
<input type="button" name="cancel" value="Cancel" class="button" onclick="window.close();">
</td>
</tr>
</table>
<input type="hidden" name="id" value="18">
</form>
</body>
</html>