You're not doing any AJAX calls.

You're stopping the submission, then making the submission.

Please review the docs for Request and Request.HTML.

-kb

On Mar 24, 4:35 pm, Mutton <[email protected]> wrote:
> Hi Keif,
>
> Yes, from what I understand the stop method is used to keep the window
> itself from handling the request since I want Mootools' AJAX functions
> to handle the request asynchronously. However, it's not being handled
> async, it is allowing the window to refresh with the GET data in the
> URL.  It appears that the onclick event itself isn't being detected by
> the Mootools code.
>
> - Andrew
>
> On Mar 24, 9:57 am, keif <[email protected]> wrote:
>
> > I'd read up on Request:http://mootools.net/docs/Request/Request
>
> > As what you're doing is is saying:
>
> > "Don't submit this form"
>
> > Followed by a "Okay, now send this form"
>
> > Let me know if you have any questions.
>
> > -kb
>
> > On Mar 23, 3:21 pm, Mutton <[email protected]> wrote:
>
> > > On Mar 23, 4:42 am, Groupes <[email protected]> wrote:
>
> > > > Hey,
>
> > > > Is your page valid ? did you check if you have double ids ?
>
> > > > Regards
>
> > > Thanks for the response.  Yes, I've double checked and I am not using
> > > that ID anywhere else.
>
> > > - Andrew

Reply via email to