Esempio n. 1
0
    }
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
      <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
      <title>Send a Message</title>
      <link rel="STYLESHEET" type="text/css" href="contact.css" />
      <script type='text/javascript' src='scripts/gen_validatorv31.js'></script>
</head>
<body>

<!-- Form Code Start -->
<form id='contactus' action='<?php 
echo $formproc->GetSelfScript();
?>
' method='post' accept-charset='UTF-8'>
<fieldset >
<legend>Send a Message</legend>

<input type='hidden' name='submitted' id='submitted' value='1'/>
<input type='hidden' name='<?php 
echo $formproc->GetFormIDInputName();
?>
' value='<?php 
echo $formproc->GetFormIDInputValue();
?>
'/>
<input type='text'  class='spmhidip' name='<?php 
echo $formproc->GetSpamTrapInputName();