Errata

Designing with JavaScript

Errata for Designing with JavaScript

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 123
2nd paragraph

durefs err


Anonymous   
Printed Page 142
Tabular Data Controls

The author has included an example of data binding. I can't get this to work
on a G4 using IE 5 or any Netscape browser. His code on the CD doesn't work
either.

Anonymous   
Printed Page 145
Sidebar

Pattern.htm gets an error when run. Using Internet Explorer 5.5 on my WIN98SE
system I get the following error when I launch pattern.htm:

A runtime error has occured.
Do you wish to debug?
line: 128
Error: Object doesn't support this property or method

Any suggestions?

Anonymous   
Printed Page 145
pattern.htm

The "Object doesn't have method" error seems to be a problem with the Mixer. I
commented out this and the sounds. Then I hit an error with points.length. I
think that the initialization code isn't being invoked on my versions of IE. I
can fix that by adding

initVars();/*RJB August 2000*/

after

"function showBegin() {"

and before

" clearPoints();"

just a qick and dirty patch

Anonymous