Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Chapter 12 - Data Binding


Message #1 by "Phil Perks" <philp@w...> on Tue, 16 May 2000 22:36:1
Your code appears okay except for a small mix up over the name of your data
object.  In the script at the top of the page you use 'employee', whereas in
the OBJECT tag the id is 'employees'.  This is probably the cause of the
Stack Overflow error you were getting, although I don't know why there was a
stack overflow.

Trevor

  Return to Index