[Proto-Scripty] Fade in and out images!

2009-11-01 Thread Colleen
Hi guys, I have a question I'd like to ask about this. I'm not familiar with any of this javascript stuff at all so I'm going to need a lot of help and explaining. I want to use some kind of script that'll help me make the navigation menu on my site. The navigation menu will be images of people.

[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]

[Proto-Scripty] code transform

2009-11-01 Thread Albertus
is that posible to transform function where build by jquery into prototype? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to