Hello, I have just spent hours, and so has at least one kind member of this group, trying to figure out why some code of mine would work in IE but not in Firefox.
Eventually I realised that it was my naming a function getValue(). In changing the name to getData() the code ran OK in both the browsers! Looking inside prototype-1.0.6.3.js I can see getvalue all over the place and presumably that is why the code failed to run in Firefox. There must be lists of reserved words for prototype and for scriptaculous? If yes, could someone please point me at them?! Incidentally the Firefox error console showed no errors and I couldn't get Firebug to show anything useful either. That may be my fault as I have not spent much time with this debugger. Any ideas on whether Firebug could have shown this conflict of names? Cheers, Geoff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
