mpearson
14 Nov 2010, 12:01 PM
Hello,
I am new to HTML and would like to learn more. I have a simple application that uses a side menu bar with buttons that link to different folders.
<input name="Submit1" type="button" value="Tech Docs" onClick="parent.frames[1].location='file:///G:/PUBLIC/TechDocs'" style="width: 112px"/><p>
This works well in Firefox (display's in detail format in a nice index), but in IE it defaults to the large icon view and does not look very good. I have checked all the browser settings and was unable to see anything pertaining to this. Is there a way to force this to the details view?
Thanks in advance!
I am new to HTML and would like to learn more. I have a simple application that uses a side menu bar with buttons that link to different folders.
<input name="Submit1" type="button" value="Tech Docs" onClick="parent.frames[1].location='file:///G:/PUBLIC/TechDocs'" style="width: 112px"/><p>
This works well in Firefox (display's in detail format in a nice index), but in IE it defaults to the large icon view and does not look very good. I have checked all the browser settings and was unable to see anything pertaining to this. Is there a way to force this to the details view?
Thanks in advance!