Buk92 Posted September 7, 2020 Share Posted September 7, 2020 Bonjour, Je souhaite insérer du code javascript (ci-après) dans une page CMS en version PS 1.7.6.7. Le code est refusé 'is invalid'. Je l'avais fait précédemment en version 1.6.1.7 (en override de la classe CMS et désactivant la validation isCleanHtml). Pour la version 1.7, cela ne fonctionne pas, insuffisant. Grand merci pour votre aide. B <script>// <![CDATA[ window.onload = function() { document.getElementById('pfg-form-13').style.display = 'none'; }; $(".fancybox").fancybox({width:'100%'}); // ]]></script> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now