faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

22 of 28 people (79%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

Can I load a FRAMESET document into a layer in NN4?
Can I load a FRAMESET document into a layer in NN4?

Mar 25th, 2000 16:13
Martin Honnen,


CSS positioned elements and LAYERs/ILAYERs in NN4 allow to load an 
external html document into the layer by setting the HTML SRC attribute 
respectively the JavaScript src property. Though the docs state
  The file specified can contain an arbitrary HTML document.
loading a FRAMESET document does NOT work. Nothing will be displayed if 
you try it.
The problem doesn't arise for IE4+ and NN6 as they don't allow external 
document for positioned elements. Loading a FRAMESET document into an 
IFRAME works without problems in IE4+ and NN6.