On 25 Oct 2007 in macromedia.dreamweaver.appdev, Gary Woodward wrote:
Sorry about this. Tried several times on first method, which seems
favorite. No idea what I'm doing wrong.
What you're doing wrong is not including the rest of the code to make up
a contact form.
<form method="post" action="whatever">
<label for="myName">Name</label><input name="myName" id="myName" />
<!-- Other form fields go here -->
<!-- Code to insert spambot test field goes here -->
<script type="text/javascript" src="foil.js"></script>
<noscript>
Type <em>orange</em> here: <input type="text" name="foil" />
</noscript>
<!-- END Code to insert spambot test field goes here -->
<input value="Send EMail" type="submit" />
</form>
--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php