Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status No Plans to Implement
Workspace Notes
Created by Guest
Created on Jun 30, 2022

Need functionality to allow JavaScript code in Notes Mail.

Notes Mail is not accepting the "JavaScript" Language inside HTML code.

However, Notes Mail is accepting HTML code.

If you receive an HTML email like the one below in Notes, "Hello" is displayed in the body of the email.


<!DOCTYPE html>

<html lang="ja">

<head>

<meta charset="UTF-8">

<title>sample</title>

</head>

<body>

<p>Hello</p>

</body>

</html>


However, if the code involves JavaScript like the one mentioned below, then "Hello" is not displayed.<!DOCTYPE html>


<html lang="ja">

<head>

<meta charset="UTF-8">

<title>sample</title>

</head>

<body>

<script>

document.write('<p>Hello</p>');

</script>


Need an option to include JavaScript in HTML code so that it can work in Notes Mail.

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Jul 1, 2022

    Rejected - running active code in the context of a mail is a security threat. We will not support running javascript within a mail.