The only thing to add is that you can fix your document by adding a space after your "less than" operators. Change: for(i=0;!x&&d.layers&&i<d.layers.length;i++) ^^ To: for(i=0;!x&&d.layers&&i< d.layers.length;i++) ^|^ hth, Charlie At 05:37 AM 12/7/2002 +0100, Bjoern Hoehrmann wrote: >* Dave Cannarella wrote: > >I just downloaded HTML-KIT build 292 and have some TIDY problems that > did not > >occur in build 290. I received error and warning messages in JavaScript code > >that is being interpreted as HTML. Do you have any suggestions? Below is > sample > >code. > >This is a known bug, see http://tidy.sf.net/bug/630990Received on Saturday, 7 December 2002 00:33:21 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:33 GMT