Arturo 'Buanzo' Busleiman wrote: >How can I only check the form that originated the POST request I'm working on? > There's no such thing. XMLHttpRequest can generate POST, for instance.
If you want to watch specifically for forms, use a form submit observer (note that this is not a scriptable interface). _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
