I have a script working fine in plain HTML but inserting the code into Actinic generates an error.
The code is
Actinic error shows:
script error at line 122: out of stack space
Uploading to http://www.barrelsandbottles.co.uk/a...ct-finder.html works fine and Firefox shows no errors.. even IE displays the code correctly so it is an issue with Actinic warning.
Any clues to resolves greatly welcomed.
MS v8.5.0
The code is
HTML Code:
<script type="text/javascript"> $(function() { $('#demoOne').listnav(); } ); </script>
script error at line 122: out of stack space
Uploading to http://www.barrelsandbottles.co.uk/a...ct-finder.html works fine and Firefox shows no errors.. even IE displays the code correctly so it is an issue with Actinic warning.
Any clues to resolves greatly welcomed.
MS v8.5.0
Comment