-
Notifications
You must be signed in to change notification settings - Fork 53
Script: OpenComposeWindow
Samuel Plentz edited this page Sep 15, 2022
·
1 revision
Open a new compose window with a certain subject.
let subject = this.mVariables[0];
var url = encodeURI("mailto:?Subject=" + subject);
this.mWindow.open(url, "_self", "chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar");
Open a new compose window withthe subject. hi there
:
[[SCRIPT=OpenComposeWindow|Hi there]]