[Proto-Scripty] Re: Ajax.Request with JSON response

2009-10-29 Thread Michael Haston
Didn't seem to work for me. I might have it wrong. Code ... function ajaxRequest2(){ var url = /cgidev2p/r_chgpwd.pgm; var pars = 'v_current=' + escape($F('v_current')) + 'v_new=' + escape($F('v_new')) + 'v_confirm=' +

[Proto-Scripty] Re: Simple Ajax form

2009-11-01 Thread Michael Haston
JSON response ... {success : true, message : good} Code ... function ajaxRequest2(){ var url = /cgidev2p/r_chgpwd.pgm; var pars = 'v_current=' + escape($F('v_current')) + 'v_new=' + escape($F('v_new')) + 'v_confirm=' + escape($F('v_confirm')) +

[Proto-Scripty] Re: Ajax.Request with JSON response

2009-11-01 Thread Michael Haston
JSON response ... {success : true, message : good} Code ... function ajaxRequest2(){ var url = /cgidev2p/r_chgpwd.pgm; var pars = 'v_current=' + escape($F('v_current')) + 'v_new=' + escape($F('v_new')) + 'v_confirm=' + escape($F('v_confirm')) +

[Proto-Scripty] Re: Simple Ajax form

2009-11-01 Thread Michael Haston
Sorry this post went to the wrong thread. -Original Message- From: prototype-scriptaculous@googlegroups.com [mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of vicente.batista Sent: Friday, October 30, 2009 12:16 PM To: Prototype script.aculo.us Subject: [Proto-Scripty]