On Thu, Sep 18, 2008 at 7:47 AM, Linly <[EMAIL PROTECTED]> wrote: > > In my naive brain, I've thought that since we can save "page A" in > "page B" (by a form target="page A"). So can we consider that > > "page.a" =>page A > "page.a&action=edit" =>page B > > So we stay in page B (page.a&action=edit) and save page A (page.a) in > background. We only need to control Not reload page B.
It sounds reasonable, but the way you get the form to work is you submit a call to a new page with all the post info attached to it. BoltWire receives that request, processes the form and returns the new page. So you can't submit the form content without triggering a request for a new page. You can in Ajax by setting up a XML request object or something which can submit a form and then send the response to a specific part of the page or ignore it completely. So we need that kind of thing. Not impossible, just more is entailed. If anyone else has expertise in this area, feel free to chime in. I have only limited ajax experience with the chat plugin and a couple other things I've looked at. It might not be that hard. Would just take a bit of research... And some time to tinker! Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
