frames
I need to call a function in one frame from another. For some reason the normal .parent and .frames["framename"] are not working....
my frames look like this
topFrame
| |
A B
| |
C D
i need to call a function in C from B, so I try window.top.A.C.myfunction() but to no avail....does anyone know what the deal is here? Thank you
|