Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


IE 6

 
Logged in as: Guest
arrSession:exec spGetSession 2,9,58495
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [General Forum] >> Off-Topic Lounge >> IE 6
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 IE 6 - 3/28/2008 9:32:20 AM   
  loyglenn

 

Posts: 19
Score: 0
Joined: 3/20/2008
Status: offline
In Ie 6 on win 200 When viewing a local drive in a frame, the frameset is exited when following a folder as a link, how can I keep my frameset?
 
 
Post #: 1
 
 RE: IE 6 - 3/29/2008 5:03:00 AM   
  TNO


Posts: 974
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
There are couple options, maybe someone else can come up with other idea. But as far as I know, you can do only one of the following:

1 - Find the .htt file and alter it so it doesn't break frames. Downside is that this could possibly ruin things in other folders if you aren't careful

2 - Use an html application and set the folder frame to application="no". This should prevent the frame from recognizing the fact that it isn't the top frame.

_____________________________

Consolidated Script Component: Now in Testing stage!

A universe of complexity...

(in reply to loyglenn)
 
 
Post #: 2
 
 RE: IE 6 - 4/1/2008 5:03:57 AM   
  loyglenn

 

Posts: 19
Score: 0
Joined: 3/20/2008
Status: offline
Neither of those recommendations worked, anyone have another suggestion?

(in reply to loyglenn)
 
 
Post #: 3
 
 RE: IE 6 - 4/1/2008 5:42:22 AM   
  TNO


Posts: 974
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
Well, I'm a little embarrassed by posting this before its ready but I think it may give you some help.

A year or so ago I was working on a way for developers to have a cross - OS way of showing an open/save dialog box. (Which as you may now changes greatly across windows systems). I think this may help since it shows you how to display and travel through folders and such. It isn't really working yet, but it works enough I think for this.

FYI: in javascript

      

Save as an hta to see the basic functionality

The key thing that makes this work is this:

<object id=FileList width="100%" height="100%" type="EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B" classid="clsid:8856F961-340A-11D0-A96B-00C04FD705A2">
<param name="Location" value="c:\" id=FileListLocation>
</object>

Microsoft has done a great job of hiding any and all documentation of this object, so I've had to play with it to figure out functionality. If this helps and you com up with anything else, I'd be gad to see it.

_____________________________

Consolidated Script Component: Now in Testing stage!

A universe of complexity...

(in reply to loyglenn)
 
 
Post #: 4
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [General Forum] >> Off-Topic Lounge >> IE 6 Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts