From: Dave S. <dav...@ca...> - 2004-04-06 13:48:56
|
OK. the good news is the refresh handler works great, the bad news is the original reason for the update was to fix a javascript error where we were trying to get the field name with the [] notation, where the value in the [] is a javascript array. Now where to .. places to look ? On Mon, 2004-04-05 at 22:38, Mike Bowler wrote: > Dave Smith wrote: > > Let me know when you have a fix and I will do my part and test it for > > you.... > > I've just checked some changes into cvs. Look at setRefreshHandler() in > WebClient. > > The RefreshHandler that you specify will be called just before the page > is going to execute a refresh. If you return true then the refresh will > continue and if you return false then the refresh will be aborted. > > This presently works for refreshes triggered by meta tags and by the > refresh response header but does not work for javascript refreshes (yet). > > Let me know if this does what you need. -- Dave Smith CANdata Systems Ltd 416-493-9020 |