Comment to 'How to open in a new window.....'
  • No, its not Messenger, i used Blat messenger, it's an AJAX operated messenger that does not require a JOT server and is a quick simple install, also its free. Works great but I really want to access it in a popup window, rather than an entirely new page....

    • I suggested you were trying to use it in the Onclick field of the menu item. If you need to use it on the block, then the type of this block should be chosen as the "RAW".

      • When used in the OnClick, it does not process the entire command, it simply opens a default blank page with nothing in it. I used the same command in a RAW and put it in as a <script></script> and it works perfectly, but unfortunately the window that opens is merely another browser window and will vanish behind when you click on the UNA homepage. I need something that will open in a sticky floating window that will overlay on *any* UNA page. I guess this is not possible right now....

        • You may try to use the showPopupAnyHtml function with the code like:

          onclick="showPopupAnyHtml('your page url', 'bx-popup-loading');