Hello World Example
How to make a "Hello World" prompt in Thunderbird.
Making Hello World in Thunderbird!
function helloWorld()
function helloWorld(){
alert('Hello, World!');
}function openAboutSupport() {
let tabmail = document.getElementById("tabmail");
tabmail.openTab("contentTab", {contentPage: "about:support",
clickHandler: "specialTabs.aboutClickHandler(event);" });
}
function helloWorld(){
alert('Hello, World!');
}Triggering Hello World
Trying it Out


What's Next
Last updated
Was this helpful?

