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 automate it.

8an


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to