[Proto-Scripty] Any patch/fix available for CVE-2020-27511

2022-06-11 Thread Vinay Kumar
Hi All, Is there any fix/patch available for the vulnerability CVE-2020-27511 in Prototype 1.7.3? Regards, Vinay Kumar -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To unsubscribe from this group and stop re

[Proto-Scripty] Re: Dynamic test after ajax call

2009-09-21 Thread Kumar
Hi Tj - Thanks for the prompt response. It really amazed me, when I heard that I can see source code of the original document and not the later things that got updated through the Ajax updater. We have this dependency where we need to make series of Java script calls based on the dynamic

[Proto-Scripty] Dynamic test after ajax call

2009-09-19 Thread Kumar
Hi All - I am using prototype Ajax updater. The main intenntion of using updater is to show users a loading icon, but in background we are making a series webservice calls to wide variety of systems, then collabarate all the data to users at one go. The page loads and calls ajax updater.

[Proto-Scripty] Doing some operation for all response

2009-06-19 Thread Ram Kumar Hariharan
Hi all, I am using Prototype 1.5. I want my JS to invoke some function everytime a successful response is received. I think I have to extend the Ajax.Request.prototype so that i can add on200 method to it. (From the Prototype code is saw it looks for 'on'+status code) Is this approach correct?