View Full Version : 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 (http://www1.arthillmob.com)
NormanRouxel
27-Mar-2003, 09:22 PM
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:-
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
cdicken
28-Mar-2003, 02:41 PM
This problem is fixed in v6.1 of Actinic Ecommerce - I am about to post an announcement about this.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.