Hi all,
I am new to HTML.
I have html page where I have two frames. left and right. left is the name of folders and right is the list of files. Now in menu page i have 3 folders. Initially the right frame is blank.
I want to make a page where If I click on perticular folder(in the code below it's folder.jsp), the command should go to (findfiles.java)
servlet and retrieves the list of files under that directory and display those files to the right frame.
so where I am stuck is once I have all the files depending on user's choice in findfiles.java, How can I display those files to right frame ?
Hope to hear from you soon.