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!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214470
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to