[Proto-Scripty] Re: observe any change in the window

2009-03-30 Thread Walter Lee Davis
Take a look at Form.Observer -- it's ideal for this sort of thing. It watches the form in a tight loop (at your specified interval) and if there are any changes to the form from the last time, it fires a function. http://prototypejs.org/api/timedObserver Walter On Mar 29, 2009, at 8:55

[Proto-Scripty] Re: observe any change in the window

2009-03-30 Thread RobG
On Mar 30, 9:36 pm, Walter Lee Davis wa...@wdstudio.com wrote: Take a look at Form.Observer I think you meant to reply to the OP. -- it's ideal for this sort of thing. I don't think it is. It   watches the form in a tight loop (at your specified interval) and if   there are any changes