Menu

HTML Messaging

Help
Jim Cook
2006-03-17
2013-01-24
  • Jim Cook

    Jim Cook - 2006-03-17

    In order to accomplish HTML messaging do you inject your own JavaScript into the application's page content?

     
    • Cédrik

      Cédrik - 2006-03-21

      Yes, we do inject some JavaScript code in the HttpResponse when there is a message to display, right after the <head> tag.
      This JavaScript opens a popup window, writes the content of the (html) message inside, and ensures the popup is on top of the browser window.
      This injection only occurs for HTML responses (content type "text/html" or "application/xhtml+xml").

       

Log in to post a comment.