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.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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.

Reply via email to