Peter,

Just out of interest, do you have any javascript at the head of the 
page, or included in some way?  Looks like there are functions being 
called but the code doesn't show where they are running from...


Peter Tanswell wrote:
> Hi there
> 
> I have a site which I put together in a few hours.
> 
> I have one piece of code which works on another site but for some reason isnt 
> working on this site and I cant see why?
> 
> <form onsubmit="return check_email(emad.value);" action="act_signup.cfm" 
> method="post" >
>                         <table>
>           <tr>
>             <td><input type="text" class="email" name="emad" id="emad"  
> value="Enter e-mail address" onfocus="ClearSubEmail(true)" 
> onblur="ClearSubEmail(false)" /></td>
>             <td><input type="image" src="../images/blue_button.jpg"  
> alt="Subscribe to receive the presentation" title="Subscribe to receive the 
> presentation" /></td>
>           </tr>
>         </table>
>               
>               </form>
> 
> Basically I'm expecting that is someone clicks on the field they will clear 
> the field so they can enter their email address - but for some reason the 
> field is not being cleared.
> 
> Many thanks in advance 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287677
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to