Oliver Poggensee wrote:

> Does anyone know what I have to add to the prefs.js file so that
> Mozilla is also passing the other possible parameters (cc, bcc,
> subject and body) to my script?

Sure

Do it like this:

user_pref("applications.mailto.parameters", "%url%");

Then you will get the ENTIRE url with nothing parsed.

You can parse it as you want to.

Mike


Reply via email to