Jerome
03-03-2003, 05:15 PM
Hi,
My Child has lost his Parent!
I have a frame-set with 2 documents:
1.
not interesting
2.
main-page (within the frame-set name: dhtml)
with an iframe (name: info)
and a function F();
In this iframe I have a frameset with 2 documents:
A.
not interesting
B.
main-page (within the frame-set name: sub)
with a <div onClick="??????.F()"></div>
On the question-marks I already tried:
parent
dhtml
parent.dhtml
document
document.all
document.all.dhtml
Unfortunately....
How can I activate this function F();
Jerome
My Child has lost his Parent!
I have a frame-set with 2 documents:
1.
not interesting
2.
main-page (within the frame-set name: dhtml)
with an iframe (name: info)
and a function F();
In this iframe I have a frameset with 2 documents:
A.
not interesting
B.
main-page (within the frame-set name: sub)
with a <div onClick="??????.F()"></div>
On the question-marks I already tried:
parent
dhtml
parent.dhtml
document
document.all
document.all.dhtml
Unfortunately....
How can I activate this function F();
Jerome