[Proto-Scripty] Re: observer ignored for submit buttons in IE 6?

2009-05-27 Thread ykaerflila
('form'); elm.remove(); form.submit(); ...but again, the submitted form won't have a 'submit' field in it. FWIW, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On May 26, 6:30 pm, ykaerflila ykaerfl...@gmail.com wrote

[Proto-Scripty] Re: observer ignored for submit buttons in IE 6?

2009-05-26 Thread ykaerflila
software / com Independent Software Engineer, consulting services available On May 22, 5:29 pm, ykaerflila ykaerfl...@gmail.com wrote: well its not a version issue. I just copied the js files from to another to confirm and the issue still persists with dom:loaded as far as timing goes

[Proto-Scripty] observer ignored for submit buttons in IE 6?

2009-05-22 Thread ykaerflila
This could be a completely silly question i'm still a little green when it comes to javascript. I have the following code funning on a function called via a dom:loaded observer. this one works perfectly as expected. adding an on click observer to every anchor tag on the page

[Proto-Scripty] Re: observer ignored for submit buttons in IE 6?

2009-05-22 Thread ykaerflila
for the whole page (or pick some DOM element closer to the rest of these elements, maybe a common parent DIV) and listen for the bubble going past. Walter On May 22, 2009, at 12:29 PM, ykaerflila wrote: Then again maybe I'm going about all of this the wrong way. what I'm shooting for here