JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tree finally shows on page but no links work!!!

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsTree
Author Message
Pittinaro



Joined: 14 Apr 2007
Posts: 1

PostPosted: Sat Apr 14, 2007 6:15 pm    Post subject: Tree finally shows on page but no links work!!! Reply with quote

I was finally able to get the code to work in SiteBuilder and the tree looks great on the page, but absolutely none of my nodes work, they all go to a page that says "page cannot be displayed" Here's a sample of my node code

var TREE_NODES = [
['Home', 'http://genesissoccerclub.us/home.html', null],
['About Us', 'http://genesissoccerclub.us/genesis.html', null,
['Three Lions', 'http://genesissoccerclub.us/3lions.html', null,
['Training Curriculum', 'http://genesissoccerclub.us/curriculum.html', null]],
['Travel Soccer', 'http://genesissoccerclub.us/travel.html', null,
['Training Schedule', 'http://genesissoccerclub.us/files/spring_training_schedule.pdf', null],

Please help, my site is published and nothing is working.
Thanks!
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Sun Apr 15, 2007 4:36 am    Post subject: Reply with quote

The code in your post differs from your site's code. On your site there are some mistakes like this one, i.e. double "http://":
Code:
    ['Training Curriculum', 'http://http://www.genesissoccerclub.us/Curriculum.html', null]],

But most of the links work fine.

FYI, having a 476KB picture in header is a little too much.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsTree All times are GMT
Page 1 of 1