I am a c# .net developer and one of my customers asked me to look into his Sharepoint 2007 problem. I figured the problem was in a custom javascript an old Sharepoint developper of his wrote. Using the IE debugging tools, I was able to determine there is a synthax error in one of the scripts.
The error is the use of "()" instead of "[]" to find an item in a collection:
this.options(0)
Could you please guide me in an high level way how I can fix it?
Thanks