Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Mel Smith" Newsgroups: comp.lang.javascript Subject: Re: Silly Newbie Mistake Date: Thu, 8 Dec 2011 11:31:04 -0700 Lines: 30 Message-ID: <9kce3cF7hpU1@mid.individual.net> References: <406b3f7c-66d2-45b4-96c1-6be1153efcce@l19g2000yqc.googlegroups.com> X-Trace: individual.net 8OsTNNKNW62uhw1xpDiffA1d+WxZCBYyejbh55FDAbnR9g5WqR Cancel-Lock: sha1:N4s4BhiDj9pJNUBpmCCDuAxUu28= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: x330-a1.tempe.blueboxinc.net comp.lang.javascript:8988 Hi: I too use IE (actually IE7) as my test bed because my small set of users are older people with IE as the browser. In any case, *my* error was using the assignment operator := instead of = (altho I have used FoxBase, FoxPlus, and later FoxPro, for the last ten years I've used Harbour/xHarbour for web site development. This language uses := as the assignment operator.) I spent two hours wondering why nothing was happening as I modified code in my Javascript. Even the Alert() messages were not displaying. After *finally* locating this faulty assignment operator and correcting it, my javascript started working again. So, altho I have Chrome and FF on my dev machine, I do most of my primary development using IE and Javascript. I guess I'll have to use more Chrome or FF for development. (but again, the biggest confusion is syntactic because my language is so much like Javascript, but again different in many small ways -- and I program in both languages every day -- a brain buster !) -Mel Smith