OK, working an ecommerce site and cannot allow certain tags in text blocks.
Easy enough, onItemChange I run a StripCode function which does a series of regex statements including:
text = text.replace(/<.*?javascript.*?>/ig, "");
alllowing no JS (so someone can't put something bad to steal a credit card)
Now the request is to allow a popup (not an HTML popup so I cannot just use target=)
So how can I allow
[php]