Announcement

Collapse
No announcement yet.

Javascript Parsing Error in Actinic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Javascript Parsing Error in Actinic

    I have some Mailchimp js in a fragment that should be:
    Code:
    ...
    var head= document.getElementsByTagName('head')[0];
    ...
    but is converting to:
    Code:
    ...
    var head= document.getElementsByTagName('head')<Actinic:Variable Name = '0'/>;
    ...
    How can I change this to allow the js to upload correctly?

    #2
    Put spaces before and after the 0.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Cheers Norman - I know you've said that many times before but couldn't remember.

      Comment

      Working...
      X