andi: dynamisches Inhaltsverzeichnis...

Beitrag lesen

was ich nicht in diesem Script verstehe ist die Zusammensetzung. Wie setzen sich diese Zahlen zusammen???

function initArray()
  {
    Note(0,-1,'','')
    Note(1,0,'Home','')
    Note(8,1,'<a href="ANFAHRT.htm" target="MAIN">Anfahrt</a>')
    Note(10,8,'SelfHtml','http://www.teamone.de/selfaktuell/')
    Note(3,1,'JavaScript','')
    Note(4,3, 'Netscape Guide 1.3','http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm')
    Note(7,3, 'Introduction to Javascript','http://rummelplatz.uni-mannheim.de/~skoch/js/script.htm')
    Note(12,1, 'Perl','')
    Note(14,12, 'Perl Tutorial','http://www.awu.id.ethz.ch/~didi/perl/perl_start.html')
    Note(13,1,'SQL','')
    Note(15,13, 'Introduction to SQL','http://w3.one.net/~jhoffman/sqltut.htm')
    Note(2,0, 'Reference Manuals','http://www.cls-online.de/htmlref/index.html')
    Note(11,2, 'HTML Version 3.2 Referenz','http://www.cls-online.de/htmlref/index.htm')
    Note(6,2,'Netscape Reference 1.3','http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm')
    Note(17,2,'PHP Manual','http://www.php.net/manual/html/')
    treeTyp[0] = 'f'
    treeIsOn[0] = true
    treeWasOn[0] = true

}