Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Loading a document into a layer in Internet Explorer


Message #1 by curveboy70@y... on Fri, 28 Sep 2001 13:51:50
 Robert,
Cheers for the prompt reply - I think I have solved
the problem by adding onload=parent.finishIEload() to
the body of the document to be accessed and loaded
into the original layer content - My next proble is
providing forward and back buttons in anotherr layerr
that also load intro the layerContent!
Thanks once again for your help!
Justin
 --- "Nyman, Robert" <Robert.Nyman@i...> wrote:
> No, but all those should work...
> I haven't had the chance to try your code, but first
> make sure that you
> access the iframe,
> by alerting(window.frames["bufferFrame"]) and
> getting object back.
> 
> By the way, add the name attribute (i.e. <iframe
> id="bufferFrame"
> name="bufferFrame">) to the iframe as well.
> 
> 
> /Robert
> 
> 

  Return to Index