Announcement

Collapse
No announcement yet.

Javascript Errors

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

    Javascript Errors

    (((ATTENTION))) New Actinic user!!!!

    Could anyone have a look at the code for me please as all pages but the frontpage have errors??

    If so, a way of sorting it out without messing up the whole damn project!

    Much appreciated...Arthillmob.com
    [Loul - AMP Media]

    #2
    It looks like the error is in the code to produce a drop-down section list. You have code to include this feature but it doesn't appear, so that's most likely where the error is. Try looking at each file that is referred to and see if anthing shows up on line 65 (invalid hex digit) as that's the first error displayed.
    Also your Act_sections.js seems wierd. It has both / and \ directory references. Here's an extract:-

    Code:
    var sections = new CreateArray(12);
    sections[1].sName = "Barcelona";
    sections[1].sURL = "/cgi-bin/ss000464.pl?SECTIONID=barcelona%2ehtml&NOLOGIN=1";
    sections[1].sImage = "catalog_images\barcelona.jpg";
    sections[1].nSectionId = "2";
    sections[1].nImageWidth = "130";
    sections[1].nImageHeight = "80";
    sections[2].sName = "Battersea";
    sections[2].sURL = "/cgi-bin/ss000464.pl?SECTIONID=battersea%2ehtml&NOLOGIN=1";
    sections[2].sImage = "catalog_images\battersea.jpg";
    sections[2].nSectionId = "6";
    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      This problem is fixed in v6.1 of Actinic Ecommerce - I am about to post an announcement about this.

      Comment

      Working...
      X