Credit Card Consolidation - Debt Consolidation - Wordpress Themes - Debt Consolidation - vBulletin

PDA

View Full Version : Ajax response, redirect


amorph
Jun 7th 2007, 4:13 pm
Can someone show me how to redirect on success this application?

http://www.roscripts.com/Ajax_form_validation-152.html

I want it unchanged in case there's any error and to redirect in case of success.

Thank you very much.

gibex
Jun 10th 2007, 2:34 pm
you can try :


onComplete: function() {
log.removeClass('ajax-loading');
location.href = 'new_url';
}