AJAX from Firefox Extension?
I am new to AJAX, so maybe I am missing something trivial here.
Basically I want to send some info from a Firefox Extension, which runs locally on the users computer, to a remote server via AJAX. But since AJAX doesn't support cross-site scripting, how can this be done?
Any help is greatly appreciated.
Cheers,
C.

