hi friends

i have developed one web page in that i want to add one folder , that folder contains list of files , suppose if i click the "+" symbol it has to be extract plz help me ........thangavel.....
[205 byte] By [thangavela] at [2007-11-27 9:24:58]
# 1
You need to explain it better.... You have a webpage in which you want to browse a directory?
ita6cgra at 2007-7-12 22:21:15 > top of Java-index,Java Essentials,New To Java...
# 2
Google "javascipt tree" for billions of hits (probably)but it isn't a Java question
georgemca at 2007-7-12 22:21:15 > top of Java-index,Java Essentials,New To Java...
# 3

Sounds like you may want to look up the html tag:

<input type="file"

This tag pops up a dialog box that allows the user to search through his hard drive folder structure for a particular file. The dialog box also contains a button to allow him to send the contents of the file to the server. There is no need to create your own folder tree. You'll have to look on-line on how it works and what code to put on the server to support it.>

George123a at 2007-7-12 22:21:15 > top of Java-index,Java Essentials,New To Java...