[Proto-Scripty] Re: ? of format of evalScripts

2009-08-26 Thread bill
Alex McAuley wrote: var request=new Ajax.Updater('element','/url',{ method: 'post', evalScripts: true, parameters : { id: id, page: page } }); request=null; - works fine... Its probably a syntax error in your

[Proto-Scripty] Re: ? of format of evalScripts

2009-08-25 Thread Alex McAuley
var request=new Ajax.Updater('element','/url',{ method: 'post', evalScripts: true, parameters : { id: id, page: page } }); request=null; - works fine... Its probably a syntax error in your returning javascript Alex Mcauley