[Proto-Scripty] Re: onChange in Dynamic Element not working in IE6

2009-10-28 Thread molo
Thank you both for your responses. I have found a workaround for my problem. This really drove me crazy though the solution is not that complicated. I’m going to be somewhat long winded so others do not have to go through this. I know that calling events from within html is discouraged, my story

[Proto-Scripty] onChange in Dynamic Element not working in IE6

2009-10-26 Thread molo
The following code works in Firefox but the onChange/onBlur events do not get triggered from the browser in IE6 Does anyone know 1) How to fix this 2) If I should use a different approach for dynamically building the form elements I dynamically build elements on the screen base on a button

[Proto-Scripty] Re: to InnerHTML or not to innerHTML?

2009-08-25 Thread molo
Thanks all I feel better now, I thought I may have missed something that everyone else knew about. I guess I'll stick with innerHTML Maurice --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] Re: help with select on element not working

2009-08-10 Thread molo
Thanks so much T.J., that was the problem. I never would have gotten that Maurice --~--~-~--~~~---~--~~ 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

[Proto-Scripty] help with select on element not working

2009-08-07 Thread molo
I have the following httml and javascript code (see snippets below). I am running this using firebug I am able to get the element lotTotalTr = $(accountTotal) to work However the select on the element does not work. I have tried many variations of the select totalLotSharesTd =

[Proto-Scripty] Re: Cant get focus to work with change event when tabbing out of input

2009-06-02 Thread molo
Thank you both for your responses. It's nice to get help. I agree with you on the alert being annoying, so I will put a error message out on the screen instead of an alert, time permitting (I'm under the gun) The defer did not work I got a javascript error saying this.focus is not a function.

[Proto-Scripty] Cant get focus to work with change event when tabbing out of input

2009-06-01 Thread molo
I could use some help. I've been looking at this all day and cannot come up with a solution I am using the same routine on these 5 input fields. If I type in a character on one of these fields and press enter, it works as expected I get an error alert and focus on the field. However if I type in