macromedia.dreamweaver.appdev
[Top] [All Lists]

Re: Image Verification on insert record

Subject: Re: Image Verification on insert record
From: "Gary Woodward"
Date: Thu, 25 Oct 2007 22:53:01 +0100
Newsgroups: macromedia.dreamweaver.appdev


Great. Job done.
Many thanks for your help and patience Joe.
Much appreciated.
Gary


"Joe Makowiec" <makowiec@xxxxxxxxxxxxxxx> wrote in message news:Xns99D4B08919471makowiecatnycapdotrE@xxxxxxxxxxxxxxxxx
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


<Prev in Thread] Current Thread [Next in Thread>