10.07.2015 Views

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Changes to this form are a mixture of adding fields, JavaScript, and computedtext. Apply the changes following these steps:1. Open the sample template using the Notes Designer client.2. Open the <strong>Web</strong>RepeatDelete form.3. Copy the following fields: Invitation_Sent and Invitation_Parent4. Open the new template using the Notes Designer client.5. Open the <strong>Web</strong>RepeatDelete form.6. Paste the two fields from step 3.7. Insert the following text immediately before the checkForm() JavaScriptfunction:STR_MEETING_CANCELLED = "This meeting has not taken place yet.\n\nDo youwant to send an e-mail notification?";STR_MEETING_CANCELLED += 'Click \"OK\" to save and send an e-mailnotification.\n\n';STR_MEETING_CANCELLED += 'Otherwise, click \"Cancel\" to save andcontinue.';8. Copy the highlighted sections of code from the sample template and insert itinto the new template in the exact same location (see Example 11-5).Example 11-5 <strong>Web</strong>RepeatDelete JavaScript modifications// Launch the agent without the login parameter if the user is AnonymousrdURL = '//<strong>Web</strong>Delete?OpenAgent&' + delString;// Launch the agent with the login parameter if the user hasauthenticatedrdURL = '//<strong>Web</strong>Delete?OpenAgent&' + delString + '&login';var V_EMAIL_CONFIRM_TEXT = '';if ( == '1') {V_EMAIL_CONFIRM_TEXT = 'An e-mail notification has been sent in thepast.\n\nDo you want to send out an updated e-mail notification?\n\n';} else {V_EMAIL_CONFIRM_TEXT = 'Do you want to send out an e-mailnotification now?\n\n';}V_EMAIL_CONFIRM_TEXT += 'Click \"OK\" to save and send an e-mailnotification.\n\n';V_EMAIL_CONFIRM_TEXT += 'Otherwise, click \"Cancel\" to save andcontinue.';if (confirm(V_EMAIL_CONFIRM_TEXT)) {322 <strong>Lotus</strong> <strong>Instant</strong> <strong>Messaging</strong>/<strong>Web</strong> <strong>Conferencing</strong> (Sametime): Building Sametime-Enabled Applications

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!