Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Creating windows explorer using javascript/jscript


Message #1 by "Vijay Jadhav" <writetovijay@r...> on Sun, 3 Mar 2002 04:47:03
Hi,

I saw u most of the times solving the problems of the needies. with that 
in ming i am sending u my problem. I hope u will definately help me in 
this case.
The problem is as follows.......
I have an html page with 3 frames.(just like windows 
explorer) in the upper horizontal frmae i have menus. In 
the left vertical frame i want to display the folders and 
sub-folders. ie. treeview. when i click on a particular 
folder, the files and its details should be dislayed in the 
right frame....the look and feel should be same as windows 
explorer.....For this purpose...i am not using  FileSystemObject.I am 
picking up all the information from the database and creating an xml from 
it. i have 3 tables in the database...called 
ProjectMaster/FolderMaster/FileMaster... I
 managed to create the xml successfully.....so u dont have to worry about 
the database.now that i 
want a javascript which will display my xml in treeview form and on click 
of the project(which is also of type folder) 
or folder the right frame should display the files and its 
details.. i am sending u the xml file for ur reference.... The explorer 
will be generated by parsing the xml using DOM. I am desperately in need 
of a solution.
I wont mind even if u solve this problem using HTC file.

Thanks in advance
regards
vijay

  Return to Index