Changes

Jump to: navigation, search

User:Attachment Reminder

831 bytes added, 14:48, 18 November 2008
Write Javascript Required to prompt to User
=== Write Javascript Required to prompt to User ===
var check = {value: false};
var flags = gPromptService.BUTTON_POS_0 * gPromptService.BUTTON_TITLE_IS_STRING +
gPromptService.BUTTON_POS_1 * gPromptService.BUTTON_TITLE_IS_STRING;
var button = gPromptService.confirmEx(null,
"Attachment Reminder",
"Did you forget to add an attachment?",
flags,
"Oh, I did",
"No, Send Now",
null,
null,
check);
=== Add Functionality to add key Words By user ===
1
edit

Navigation menu