Forum Moderators: open
<object name="pageb" width="600" height="500" type="text/html" data="PageB.html"></object>
<a href="#" onclick="pageb.SomeFunction(); return false;">Do Something</a>
How can I call a function defined in PageB from PageA?
I already tried using 'id' instead of 'name' and using getelementbyid() and such, but with no result so far.
Thanks,
Arjan