Pop Up for TNEW

Hello,

I have been trying to add a pop up (or a modal window?) with basic HTML in TNEW, hopefully on the event descriptions.  However, I can't find code using HTML only.  Has anyone found a way to do this, or can point to a good example?  We currently have a pop-out browser, but we were hoping to have a window pop up within the same browser.

Thanks so much!

Andrew

Parents
  • Hi Andrew,

    The only thing you can do with straight html is specify that a link open in a new window/tab.  Your other options (pop-up, "modal") both require JavaScript.

    Are you using v6 or v7?  The v7 WSISYG Editor has configuration options for making links pop-ups or modal windows, although I confess I've never gotten either to work.

    --Gawain

Reply
  • Hi Andrew,

    The only thing you can do with straight html is specify that a link open in a new window/tab.  Your other options (pop-up, "modal") both require JavaScript.

    Are you using v6 or v7?  The v7 WSISYG Editor has configuration options for making links pop-ups or modal windows, although I confess I've never gotten either to work.

    --Gawain

Children