<formdata>
<name="btnimage">

<name="comments"
  required
  requiredErr="Must have a body to your web page">

<name="email"
  Type="email"
  typeErr="Be sure to enter your e-mail in the correct format">

<name="htmltitle"
  required
  requiredErr="Must have a title to your web page">

</formdata>

<dfile truncate>myweb/myweb.htm</dfile>
<dfileformat><html>
<body bgcolor = "#ffffff">
<title>$htmltitle$</title>
<center><h1>$htmltitle$</h1></center>
<p align="center">
<image src="$btnimage$">
</p>
<br>
<p align="center">$comments$</p>
Mail comments to $email$</dfileformat>
<succeedmsgfile>myweb/gmyweb.htm</succeedmsgfile>
<errmsgfile>myweb/bmyweb.htm</errmsgfile>

