the semicolon after the )) on the if line.

On 8/10/05, SStewart <[EMAIL PROTECTED]> wrote:
> Can somebody debug this? The Netscape javascript console says there's a 
> syntax error at else
> 
> 
> function checkEmail() {
>     if ((theForm.send_email.value != 
> theForm.v_sendemail.value)||(theForm.ecs_email.value != 
> theForm.v_ecsName.value));
>                 {
>                         window.alert("The emails don\'t match!");
>                         return false;
>                 }
>         else
>                 {
>                         return true;
>                 }
> }
> 
> Scott A. Stewart,
> Web Application Developer
> 
> Engineering Consulting Services, Ltd. (ECS)
> 14026 Thunderbolt Place, Suite 300
> Chantilly, VA 20151
> Phone: (703) 995-1737
> Fax: (703) 834-5527
> 
> "Many thousands of years ago, a blue faced Pict stepped on a bloated sheep 
> carcass... and thus the Pipes were born"
> 
> .... the Scottish Rogues
> 
> 
> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 10, 2005 04:47 pm
> To: CF-Talk
> Subject: RE: Fetching a website?
> Importance: Low
> 
> > I still maintain that a well-written CF app can still beat a
> > crappily written pure Java app.
> 
> Absolutely. However, part of writing a well-written application is choosing
> the appropriate language for the task.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214472
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to