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
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
It should be noted that the editor hates <script> tags. It will just strip them out. Andrew, what page are you wanting this modal on? I can take a look at some option later today. Depending on the page there are some work arounds. This is cake on a precart page if that helps.
Thank you, Travis. I am trying to add this on to the TN_Express_Prod_Synopsis (we are on v7) system table which feeds a custom package that we have (example: https://tickets.celebrityseries.org/components/precart?p=1800000016&PROMO=SMPLR1819). Basically, we want to have a pop up window with a map per performance -- instead of loading an image per event, I think the pop up would make the page load quicker. This is definitely pre cart!
Any insight you have would be helpful, thanks!