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.
------------------------
| Title |
------------------------
| | |
| | |
|Sidebar| Main |
| | |
| | |
------------------------
The link on the sidebar Menu is:
<a HREF="file:///N:/Project Library/" Target="ImageWindow">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="20%, 80%" frameborder=0 noresize>
<FRAME name="navigation" src="sidebar.htm">
<FRAME name="ImageWindow" src="main.htm">
</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?
------------------------
| Title |
------------------------
| | |
| | |
|Sidebar| Main |
| | |
| | |
------------------------
The link on the sidebar Menu is:
<a HREF="file:///N:/Project Library/" Target="ImageWindow">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="20%, 80%" frameborder=0 noresize>
<FRAME name="navigation" src="sidebar.htm">
<FRAME name="ImageWindow" src="main.htm">
</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?