[Proto-Scripty] Chained Ajax.Request

2010-09-03 Thread Jonhoo
Hi all =) I'm having a bit of a problem with Ajax.Request... I'm trying to send a second Ajax request inside the onSuccess handler of another, but prototype never sends the seconds request.. I'm getting no JS errors whatsoever, and I've tried stepping through the code, and it seems as though

[Proto-Scripty] Need to scroll to the bottom of page after element is updated

2010-09-03 Thread sentor
Hi All, Total Newb question (new to java script ajax and prototype). The code below calls a cgi, which returns some html which appears under mainFrame. I'm using PeriodicalUpdater and as you can see, the cgi is called every second. Works like a champ. The one hurdle I have yet to overcome is

[Proto-Scripty] Re: Chained Ajax.Request

2010-09-03 Thread T.J. Crowder
Hi, It looks to me like `deleteNonceResponseHandler` is trying to (de)reference an out-of-scope symbol, `selected`. So that's going to throw an exception and Ajax.Request will never get called. (That is, unless the parent scope defines `selected` and just you're shadowing that in `doDelete` --

[Proto-Scripty] AutoTable w/ filtering released

2010-09-03 Thread Blaine
I've just published release 1.0b1 of AutoTable. The latest feature addition is table row filtering. As always, many examples available on the web site: http://admc.com/autotable Filtering capabilities: Either browser or server may filter the data rows. Any combination of filter