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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Freezing frames in IE 6 with Activex in one frame and applet another

Status
Not open for further replies.

shetes

Programmer
Jul 5, 2002
1
IN
I have the following frame structure:

<frameset id=fset1 rows='10%, 90%'>
<frame id=fm1>
<frameset id=fset2 cols='30%, *'>
<frame id=fm2>
<frameset id=fset3 rows='100%, *'>
<frame id=fm3>
<frame id=fm4>
</frameset>
</frameset>
</frameset>

fm1 has an applet and fm2 has an html page loaded.

With an html page loaded in fm3 and an applet loaded in fm4, things work both in IE 5.5 and IE 6.0.

When an activex is loaded in fm3 with the applet yet in fm4, if 'top.fset2.cols = ...' is executed, the frames freeze in IE 6.0 but work in IE 5.5.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top