Tobie Langel wrote: > Rob, > > Please have a look at the DOM specs. > > The only area where you should not be using writeAttribute is: > > - When you want to store anything but a string (use the new storage > API or expandos directly). > - For setting or getting the value attribute of Form elements (use > FormElement#(get|set)Value instead). >
Tobie, That may have well been the case. I was trying to use writeAttribute with a Text Input. I assumed that it would work and apparent does in IE7. I will post another query to the group to get some suggestions for my current project and the best way to approach it. -- Warm Regards, Lee --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
