[Proto-Scripty] Re: Ajax.Request - can't get to work in Firefox, Chrome

2010-03-13 Thread Ronen
Thanks for the quick reply.. yes, I have tried clearing the cache in both firefox and chrome, but still no luck. --Ronen On Mar 13, 4:14 am, Guillaume Lepicard wrote: > hi ronen, > could it be a browser cache issue ? have you tried clearing cache before > running ajax ? > > On Fri, Mar 12, 2010

[Proto-Scripty] Table columns not sorted by Tablekit after AJAX call is added

2010-03-13 Thread albert kao
I use the Tablekit library and Prototype javascript framework on firefox, chrome & IE8. The columns in this table can be sorted by the Tablekit library. Code: ... ID Date Time However, after adding the periodic refresh by AJAX (eventually I want to refr

Re: [Proto-Scripty] IE6 cannot run dynamicly inserted script tag

2010-03-13 Thread Daan Mortier
On Sat, Mar 13, 2010 at 02:43, JoJo wrote: > I'm doing some cross-site AJAX hack by dynamically inserting a script > tag. […] > On every browser but IE6, this works. Personally, I load in the content via XmlHttp, and insert it into a tag. There are some things to take into account when doing this

Re: [Proto-Scripty] Ajax.Request - can't get to work in Firefox, Chrome

2010-03-13 Thread Guillaume Lepicard
hi ronen, could it be a browser cache issue ? have you tried clearing cache before running ajax ? On Fri, Mar 12, 2010 at 3:53 PM, Ronen wrote: > I've downloaded the latest prototype (version 1.6.1) and tried to call > a java servlet using Ajax.Request. From IE, it works just fine > (probably b