i have the following within my script

window.addEventListener( "submit", myfunction, true);

i intercept the form SUBMIT event and do a GM_xmlhttpRequest()
from within myfunction.

this code has worked for years...

with the .13 release - the onerror() callback gets called. no error
message etc.

when myfunction() gets called - the original form is doing a POST
and i call xmlhttprequest and do a POST also.

maybe that's causing the problem.

but as i write - this code has been working for years.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" 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/greasemonkey-users?hl=en.

Reply via email to