Ed Leafe wrote: > On Jul 9, 2007, at 4:54 PM, Kenneth Kixmoeller wrote: > > >> /* THE LINE BELOW, when enabled, causes the working script to >> fail. */ >> /*var donow = new date ();*/ >> >> [snip] >> ???? >> >> What ain't I getting? The code is directly from books and web >> sites.... >> > > Obviously not copied/pasted. > > JavaScript is case-sensitive. Change the line to: > > var donow = new Date(); > > ...and it should work. > >
Sh*t like that would drive me nuts. Whose idea was it to make case sensitivity in code? To me, that's silly. -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com "Work smarter, not harder, with MBSS custom software solutions!" _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

