Re: [Dynapi-Help] Calling a function in another frame in NS...

2001-03-20 Thread wes currier
I built a site that had to have an "onload function" change an image in another frame. Here is the frame source and onload code. It works crossbrowser. the link is: http://www.interrel.com IE is all it was tested for visually. wes currier Nuno Ferreira wrote: >

RE: [Dynapi-Help] Calling a function in another frame in NS...

2001-03-20 Thread Eytan Heidingsfeld
The following works in both IE and NN window.frame["framename"] or window.framename But you have to make sure window is the top so if you are in frame1 and want to call something in frame2 then you do the following: parent.window.frame2.myfunction complicated a bit but if you want you can automa

Re: [Dynapi-Help] Calling a function in another frame in NS...

2001-03-20 Thread Doug Melvin
ot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 5:59 PM Subject: [Dynapi-Help] Calling a function in another frame in NS... > Hi Guys, > > I'm building a site, using DynAPI in frames. > That is, I have the DynAPI load into a hidden frame and

Re: [Dynapi-Help] Calling a function in another frame in NS...

2001-03-20 Thread Eytan Heidingsfeld
I had the same problem. Netscape treats frames differently. I'll try to find my code. 8an ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

[Dynapi-Help] Calling a function in another frame in NS...

2001-03-19 Thread Nuno Ferreira
Hi Guys, I'm building a site, using DynAPI in frames. That is, I have the DynAPI load into a hidden frame and then building all the layers in another frame. But (there's always a but), I discovered (DUH!) that to move a layer in a function that is called for instance from a tag I need to call t