|
Posted by alxasa on 07/23/06 16:38
Hi, this is my present configuration
<FRAMESET ID="MAIN_BODY" FRAMESPACING="0" ROWS="100%,*"
FRAMEBORDER="0">
<FRAME NAME="frameA" SRC="./contentA.htm">
<FRAME NAME="frameB" SRC="./contentB.htm">
</FRAMESET>
'contentA.htm' has a <IFRAME> inside of it, with the ID/NAME of
"internal"
So, what I want to do, is from this IFRAME named 'internal', call a
Javascript function sitting in the contentB.htm file.
I've tried: top.frameB.functionname() but get "frameB" is null or not
an object.
Any help would be really awesome. Thank you!
Alexia
[Back to original message]
|