Dr. Web
03-13-2002, 12:51 PM
heres the scene: frameset 3 frames.... top, left, right.
On click of the right frame I call a function in the left frame to pop up a now loading window "parent.frames[1].popWin()", and onload of the content piece I call a function to close the window if open "parent.frames[1].closeWin()".
All is fine in IE5.5 and IE6. However, in IE 5 I get object/ method not supported. Right now, I have put into place some server side code which simply does not write out the function calls if the browser is IE5.0, but I wouldn't mind figuring it out for them.
Also, I have noticed that only IE 5.0 holds onto the cache from a database driven page unless specifically instructed not to. Was this a feature..... or a bug?
Thanks!
On click of the right frame I call a function in the left frame to pop up a now loading window "parent.frames[1].popWin()", and onload of the content piece I call a function to close the window if open "parent.frames[1].closeWin()".
All is fine in IE5.5 and IE6. However, in IE 5 I get object/ method not supported. Right now, I have put into place some server side code which simply does not write out the function calls if the browser is IE5.0, but I wouldn't mind figuring it out for them.
Also, I have noticed that only IE 5.0 holds onto the cache from a database driven page unless specifically instructed not to. Was this a feature..... or a bug?
Thanks!