|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
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
|
|
#2
|
|||
|
|||
|
Originally posted by : ff (ff@yahoo.com)test------------kevin burke at 7/23/2001 10:53:28 AMHi 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
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Tree control |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|