Question john.smith4237 · Aug 14, 2024 Getting syntax error using && #Ensemble Hi Guys I'm getting syntax error using && operator in using JS in my Zen page, the || works fine!? Thanks Product version: Ensemble 2018.1
Vitaliy Serdtsev · Aug 15, 2024 XData block (MimeType) The default is text/xml Encoding Translation Try this: XData Script { <script type="text/javascript"> var v1=1; var v2=2; function Colors() { if (v1=1&&v2=2) { alert('&<>"'); } } </script> }
Try this: