
July 23rd, 2001, 12:52 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Tree control
Originally posted by : kevin burke (manpdidy@hotmail.com)Hi I was visting your site and I found an asp tree control template that I needed to do a project with. It seems that only a blue aqua box appears when I run the code you give me and if I modify the code you have given I either get an error or a blank page. Here is the sample code that you have given me and I have modified it a bit. This is the code from the web site for either a frame or non-framed page. Right Fax Reportsfunction showDirectoryTree(){dopreload();openTree("Uploaded Images");openDiv();makeCategory ('Tracy', 'http://www.aspfree.com', '_top');openNodeDiv ();makeNode ('Halloween', 'http://www.aspfree.com', '_top');makeNode ('Christmas', 'http://www.aspfree.com', '_top');closeNodeDiv ();makeCategory ('Sean', 'http://www.aspfree.com', '_top');openNodeDiv ();makeNode ('Ragan', 'http://www.aspfree.com', '_top');makeNode ('Magan', 'http://www.aspfree.com', '_top');makeNode ('Erica', 'http://www.aspfree.com', '_top');closeNodeDiv ();makeCategory ('Mike', 'http://www.aspfree.com', '_top');openNodeDiv ();makeNode ('Nuala', 'http://www.aspfree.com', '_top');closeNodeDiv ();closeDiv();closeTree();} showDirectoryTree();expandMenu('MI-1');expandMenu('MT-2');function OpenLink(lk) { window.open(lk,"","toolbar=yes,menubar=yes,location=yes,status=yes,di rectories=yes,scrollbars=yes,width=640,height=480, resizable=yes"); }Could someone help me discover what I'm doing wrong, the include files are in the same directory as this page is in.thankskevin
|