I think the problem you are having is that the control point gets shifted back to the server-side once the second page is displayed inside the div. I've faced a similar situation where we use Java Server Faces with AJAX. The only way I can think of around this problem is to NOT shift the control point to the server-side. Instead, have the server-side do the criteria processing, and then return the status for the AJAX callback function. The AJAX callback function can then do the redirecting of the entire page if needed.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
