mrkarter77
06-06-2006, 08:44 AM
i have my links at www.mackaykarting.com/java/ and all that appears is a box, no links inside:( the code was working but i changed the links and they didnt
the script that i changed is
var TREE_NODES = [
['Main Links', null, null,
['Forum', 'http://classifieds.mackaykarting.com', '_top'],
['Classifieds', 'http://classifieds.mackaykarting.com', '_top'],
['Pictures & Media', 'http://media.mackaykarting.com', '_top'],
['Dynamic Drive', 'http://www.dynamicdrive.com', '_top'],
],
],
['Results', null, null,
['Feb 2006', 'feb06.html', '_top'],
['Mar 2006', 'mar.htm', '_top'],
['May 2006', 'may.htm', '_top'],
],
],
['Calendar', null, null,
['2006 Racing Calendar', 'calendar.html', '_top'],
],
],
['Latest Media', null, null,
['May 2006', 'http://media.mackaykarting.com/may.html', '_top'],
['Driver Profiles', 'http://media.mackaykarting.com/Profiles/', '_top'],
['Track Information', 'track.html', '_top'],
],
]; i just changed the script a little as i heard there could be something wrong with the indentation causing the error, but this still doesn't work i saw that error thing before and didnt understand it
the script that i changed is
var TREE_NODES = [
['Main Links', null, null,
['Forum', 'http://classifieds.mackaykarting.com', '_top'],
['Classifieds', 'http://classifieds.mackaykarting.com', '_top'],
['Pictures & Media', 'http://media.mackaykarting.com', '_top'],
['Dynamic Drive', 'http://www.dynamicdrive.com', '_top'],
],
],
['Results', null, null,
['Feb 2006', 'feb06.html', '_top'],
['Mar 2006', 'mar.htm', '_top'],
['May 2006', 'may.htm', '_top'],
],
],
['Calendar', null, null,
['2006 Racing Calendar', 'calendar.html', '_top'],
],
],
['Latest Media', null, null,
['May 2006', 'http://media.mackaykarting.com/may.html', '_top'],
['Driver Profiles', 'http://media.mackaykarting.com/Profiles/', '_top'],
['Track Information', 'track.html', '_top'],
],
]; i just changed the script a little as i heard there could be something wrong with the indentation causing the error, but this still doesn't work i saw that error thing before and didnt understand it