pardon the newbieness of this question, but I cant find an answer anyplace.
it OUGHT to be simple..
a file (e.g. index.php) looks basically like this:
. . .
<body>
<div id="d1">
<iframe name="f1"
src="f1.php">
</iframe>
</div>
<div id="d2">
<iframe name="f2"
src="f2.php">
</iframe>
</div>
</body>
nothing difficult so far.. emulating a frameset, basically.
what I need to discover is : how to reference the "other" iframe from inside each of the sub-documents-
e.g.from inside f2.php,
parent.frames['f1'] doesnt work
window.top.frames['f1'] doesnt work.
document.getObjectByID etc doesnt work....
I'm going nuts because this OUGHT to be simple.
Thanks in advance
Wyzyrd
<}
do



}
Reply With Quote
arent.document.getElementById('contactDetailsDiv').style.display = 'none';" ...

Bookmarks