Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display folder/directory tree in frame window

Status
Not open for further replies.

jrmo

IS-IT--Management
Jan 13, 2003
2
US
I am looking for an easy way to provide a link to stored files on a share drive. I have a web page consisting of 3 frames.

The link on the sidebar Menu is:

<a HREF=&quot;file:///N:/Project Library/&quot; Target=&quot;ImageWindow&quot;>Project Files</a>

The folder/directory tree displays in the main frame fine. When you double click on a folder it appears MS Windows is refreshing to a new full display window. How can I keep all display in the main frame window?

Here is my code for the main frame:
<HTML>
<HEAD>
<TITLE>Projects</TITLE>
</HEAD>
<FRAMESET cols=&quot;20%, 80%&quot; frameborder=0 noresize>
<FRAME name=&quot;navigation&quot; src=&quot;sidebar.htm&quot;>
<FRAME name=&quot;ImageWindow&quot; src=&quot;main.htm&quot;>
</FRAMESET>
<NOFRAMES>
You need a newer browser to view this page.
</NOFRAMES>
</HTML>

Also, is there a way in html to control the display of folder/directory tree views; ie, Large Icons, Small Icons, List, Details. Will it always display to the folder default view?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top