Forum Moderators: open
<IFRAME FRAMEBORDER=2 ALIGN=CENTER width=800 HEIGHT=400 SCROLLING=YES SRC="C:\"></iframe>
This should show you a window of what's on your C: drive. However, it shows it in Large Icons view. Any idea how I can make it show in List or Detail view instead? Thanks!
Chris
Is there any problem using an HTA (HTML Application) for this?
With an HTA, you can navigate to the file URL within a child window (opened in IE from the HTA) and use a Windows Script HOst sendkeys routine to change to details view.
Offhand, I don't know any other way to do it. I've run into the same problem myself.
Here's what I'm trying to do: my team needs to access 5 other team's document folders on a regular basis. I was hoping to create a quick-win HTML page that pulled in the contents of each of those into separate iframes. The end result would be that my folks could open this one HTML page to see what's going on in all 5 teams' folders at once (a document portal, if you will). Get what I'm saying?
I wanted it to be iframes due to the simplicity (if anyone on any team looks at the source and wants to modify it to meet their needs, they can do it themselves even if all they know is simple HTML). What's my best option? Thanks!