<%' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit.

On Error Resume Next
Session("FP_OldCodePage") = Session.CodePage
Session("FP_OldLCID") = Session.LCID
Session.CodePage = 1252
Err.Clear

strErrorUrl = ""

If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
	Err.Clear

	Set fp_conn =  Server.CreateObject("ADODB.Connection")
	FP_DumpError strErrorUrl, "Cannot create connection"

	Set fp_rs = Server.CreateObject("ADODB.Recordset")
	FP_DumpError strErrorUrl, "Cannot create record set"

	fp_conn.Open Application("email_ConnectionString")
	FP_DumpError strErrorUrl, "Cannot open database"

	fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable
	FP_DumpError strErrorUrl, "Cannot open record set"

	fp_rs.AddNew
	FP_DumpError strErrorUrl, "Cannot add new record set to the database"
	Dim arFormFields0(5)
	Dim arFormDBFields0(5)
	Dim arFormValues0(5)

	arFormFields0(0) = "Email"
	arFormDBFields0(0) = "Email"
	arFormValues0(0) = Request("Email")
	arFormFields0(1) = "Name"
	arFormDBFields0(1) = "Name"
	arFormValues0(1) = Request("Name")
	arFormFields0(2) = "URL"
	arFormDBFields0(2) = "URL"
	arFormValues0(2) = Request("URL")
	arFormFields0(3) = "T1"
	arFormDBFields0(3) = "T1"
	arFormValues0(3) = Request("T1")
	arFormFields0(4) = "Comments"
	arFormDBFields0(4) = "Comments"
	arFormValues0(4) = Request("Comments")

	FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0

	If Request.ServerVariables("REMOTE_HOST") <> "" Then
		FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name"
	End If
	If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then
		FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type"
	End If
	FP_SaveFieldToDB fp_rs, Now, "Timestamp"
	If Request.ServerVariables("REMOTE_USER") <> "" Then
		FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name"
	End If

	fp_rs.Update
	FP_DumpError strErrorUrl, "Cannot update the database"

	fp_rs.Close
	fp_conn.Close

	FP_FormConfirmation "text/html; charset=windows-1252",_
						"Form Confirmation",_
						"Thank you for submitting the following information:",_
						"email.asp",_
						"Return to the form."

End If
End If

Session.CodePage = Session("FP_OldCodePage")
Session.LCID = Session("FP_OldLCID")

%>
<!--Sean Daudelin
 this is the home page for http://www.geocities.com/drumdrumdrum/email.htm
-->

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Sean Daudelin - Email</title>
<META NAME="description" CONTENT="This site is about Sean Daudelin, a progressive metal drummer from the Boston area. He has played several local shows and drum competitions. He was the drummer for local band Epicenter (3picenter).">
<META NAME="keywords" CONTENT="Sean, Daudelin, drums, drum, music, 3picenter, bands, instrumental, pictures, music, news, kit, description, email, links">

<Style Type="text/css">
<!--
body { scrollbar-track-color: #000000; scrollbar-arrow-color: #EEEEEE; scrollbar-face-color: #222222; scrollbar-shadow-color: #555555; scrollbar-highlight-color: #555555; scrollbar-3dlight-color: #888888; scrollbar-darkshadow-color: #555555 }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
-->
</style>

<meta name="Microsoft Border" content="b">
</head>

<body bgcolor="#000000"  text="#FFFFFF" topmargin="0"><!--msnavigation--><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">



<p align="center">
<font face="Arial">
<img border="0" src="../images/contact_email-title.gif" align="left" width="250" height="55"></font></p>



<p align="center">
&nbsp;</p>



<p align="center">
&nbsp;</p>

<p align="left"><font face="Arial"><span style="font-size: 20pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span> 
  <font color="#CCCCCC" size="+3"><span style="font-size:20pt"> Note to all who 
send email:</span></font></font></p>
<blockquote> 
  <blockquote> 
    <blockquote> 
      <p><font face="Arial">You may submit any questions, suggestions, or comments about this site 
      through this page.&nbsp; The site administrator will read the email in a 
      timely manner.&nbsp; There is no guarantee that a reply to an email will 
      be sent back.&nbsp; Instead, if there are enough email's about the same 
      topic, information about it will be posted on this site.</font></p>
      <p><font face="Arial">Please also keep all email 'clean'.&nbsp; Refrain from using any 
      derogatory language if possible.&nbsp; Also, try being as clear in your 
      message as possible.&nbsp; The administrator can only be as clear as you 
      are.</font></p>
    </blockquote>
  </blockquote>
</blockquote>



<HR>



<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.Name.value == "")
  {
    alert("Please enter a value for the \"Name\" field.");
    theForm.Name.focus();
    return (false);
  }

  if (theForm.Name.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Name\" field.");
    theForm.Name.focus();
    return (false);
  }

  var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzƒŠŒŽšœžŸÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ. , \t\r\n\f";
  var checkStr = theForm.Name.value;
  var allValid = true;
  var validGroups = true;
  for (i = 0;  i < checkStr.length;  i++)
  {
    ch = checkStr.charAt(i);
    for (j = 0;  j < checkOK.length;  j++)
      if (ch == checkOK.charAt(j))
        break;
    if (j == checkOK.length)
    {
      allValid = false;
      break;
    }
  }
  if (!allValid)
  {
    alert("Please enter only letter, whitespace and \". ,\" characters in the \"Name\" field.");
    theForm.Name.focus();
    return (false);
  }

  if (theForm.T1.value == "")
  {
    alert("Please enter a value for the \"T1\" field.");
    theForm.T1.focus();
    return (false);
  }

  if (theForm.T1.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"T1\" field.");
    theForm.T1.focus();
    return (false);
  }

  var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzƒŠŒŽšœžŸÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ \t\r\n\f";
  var checkStr = theForm.T1.value;
  var allValid = true;
  var validGroups = true;
  for (i = 0;  i < checkStr.length;  i++)
  {
    ch = checkStr.charAt(i);
    for (j = 0;  j < checkOK.length;  j++)
      if (ch == checkOK.charAt(j))
        break;
    if (j == checkOK.length)
    {
      allValid = false;
      break;
    }
  }
  if (!allValid)
  {
    alert("Please enter only letter and whitespace characters in the \"T1\" field.");
    theForm.T1.focus();
    return (false);
  }

  if (theForm.Email.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }

  if (theForm.Email.value.length < 6)
  {
    alert("Please enter at least 6 characters in the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }

  var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzƒŠŒŽšœžŸÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ0123456789-@ .";
  var checkStr = theForm.Email.value;
  var allValid = true;
  var validGroups = true;
  for (i = 0;  i < checkStr.length;  i++)
  {
    ch = checkStr.charAt(i);
    for (j = 0;  j < checkOK.length;  j++)
      if (ch == checkOK.charAt(j))
        break;
    if (j == checkOK.length)
    {
      allValid = false;
      break;
    }
  }
  if (!allValid)
  {
    alert("Please enter only letter, digit and \"@ .\" characters in the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><form method=POST action="email.asp" onSubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveDatabase" suggestedext="asp" s-dataconnection="email" s-recordsource="Results" u-database-url="../fpdb/email.mdb" s-builtin-fields="REMOTE_HOST HTTP_USER_AGENT Timestamp REMOTE_USER" s-builtin-dbfields="Remote_computer_name Browser_type Timestamp User_name" s-form-fields="Email Name URL T1 Comments" s-form-dbfields="Email Name URL T1 Comments" u-asp-include-url="../_fpclass/fpdbform.inc" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--#include file="../_fpclass/fpdbform.inc"--><!--webbot bot="SaveDatabase" endspan i-checksum="34604" --><p align="center"> 
<font face="Arial">Please 
    provide the following contact information:</font></p>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="400" id="AutoNumber2">
  <tr>
    <td><i>
<font face="Arial">
    First Name:*</font></i></td>
    <td>
<font face="Arial">
<!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-whitespace="TRUE" s-allow-other-chars=". ," b-value-required="TRUE" i-minimum-length="1" --><input type="text" name="Name" size="27"></font></td>
  </tr>
  <tr>
    <td><i><font face="Arial">Last Name:*</font></i></td>
    <td>
<font face="Arial">
<!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-whitespace="TRUE" b-value-required="TRUE" i-minimum-length="1" --><input type="text" name="T1" size="27"></font></td>
  </tr>
  <tr>
    <td><i><font face="Arial">Your URL:</font></i></td>
    <td>
<font face="Arial">
<input type="text" name="URL" size="27"></font></td>
  </tr>
  <tr>
    <td><i><font face="Arial">Your Email:*</font></i></td>
    <td>
<font face="Arial">
<!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-digits="TRUE" s-allow-other-chars="@ ." b-value-required="TRUE" i-minimum-length="6" --><input type="text" name="Email" size="27"></font></td>
  </tr>
</table>
&nbsp;<p>
<font face="Arial">

<i>Please add any comments you have below: </i>
<br>
<textarea cols="40" rows="10" name="Comments"></textarea> </font>

</p>

<p><font face="Arial"><br>
<input type="submit" value="Send">
<input type="reset" value="Clear the form"></font><font face="Arial">




</font>

</form>


<TABLE border=0 cellPadding=0 cellSpacing=0 width=553 height="285">
  <TBODY>
  </TBODY></TABLE>


<form method=post action="http://us.geocities.yahoo.com/forms?login=drumdrumdrum">

</form>


<HR>





</td></tr></table><!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
    <tr>
      <td width="100%">
      <p align="center"><font color="#FFFFFF" face="Arial" size="1">Best viewed in 
      1024x768 or higher 
      using Internet Explorer 5.01 or higher.</font></td>
    </tr>
    <tr>
      <td width="100%">
      <p align="center"><font color="#FFFFFF" face="Arial" size="1">
      <a href="http://www.macromedia.com/downloads/" style="text-decoration: none"><u><font color="#FFFFFF">Flash Plug-in</font></u></a> and 
      <a href="http://www.sun.com/" style="text-decoration: none"><font color="#FFFFFF"><u>Java Script 
      Plug-in</u></font></a> required.</font></td>
    </tr>
    <tr>
      <td width="100%">
      <p align="center"><font color="#FFFFFF" face="Arial" size="1">
      <a target="_blank" href="http://www.daudelinweb.com">
      <font color="#FFFFFF"><u>Daudelin Web Productions - Web Master: Sean 
      Daudelin</u></font></a></font></td>
    </tr>
    <tr>
      <td width="100%">
      <p align="center"><font color="#FFFFFF" face="Arial" size="1">
      <u>
      <a href="../credits.htm">
      <font color="#FFFFFF"><u>Site Credits</u></font></a></u>
      <u>
      <a href="../map.htm">
      <font color="#FFFFFF"><u>Site Map</u></font></a></u> <u>
      <font color="#FFFFFF">
      <a target="_self" style="text-decoration: underline" href="http://24.62.65.61:8000">
      <font color="#FFFFFF">Metal Head Radio</font></a></font></u></font></td>
    </tr>
  </table>
  
</td></tr><!--msnavigation--></table></body></html>