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
We have super basic HTML for pop up windows here -- my.tso.ca/.../addCYOPackage_perfs.aspx(here it says to "click below to view venue maps") which has been working well for us.
Hi Anastassia,
Thanks for this -- the pop up browser is something we'll use if I cannot figure out the popup window. Do you have a sense if the popup window you use works OK with mobile?
Here you go! Doing nothing fancy and using the basic example located here so you have a reference. https://www.w3schools.com/bootstrap/bootstrap_ref_js_modal.asp
You can see a basic working example with my test validate point at the bottom of the page, "Modal test". Just view the source for all the answers or email me directly!
test-na-asdc.tn.services/.../precart
Hi Andrew - I just tested and it works OK in a browser on mobile.