[Prototype-core] bracket notation

2007-06-21 Thread sed
I've posted this question to ruby on rails, but figured people here would be more likely to know the answer. Using bracket notation in javascript seems to stop workiing when prototype is included. e.g. document.main[name].value. Is this a know issue? I know using $ ('name').value is the best,

[Prototype-core] Re: bracket notation

2007-06-21 Thread sed
or missing attribute of the object you are working with. On Jun 21, 8:41 am, sed [EMAIL PROTECTED] wrote: I've posted this question to ruby on rails, but figured people here would be more likely to know the answer. Usingbracketnotation in javascript seems to stop workiing when