Calling JS code loaded by another frame, HOW?

  • Thread starter Søren M. Olesen
  • Start date
S

Søren M. Olesen

Hi

On IE one can call a function loaded by another frame, using the following
code:

window.parent.frames('myFrame').myFunction('myParameter');

however this doesn't work in FireFox....is there another way to accomplish
this ??

TIA

Søren
 
G

Grant Wagner

Søren M. Olesen said:
On IE one can call a function loaded by another frame, using the following
code:

window.parent.frames('myFrame').myFunction('myParameter');

however this doesn't work in FireFox....is there another way to accomplish
this ??

window.parent.frames['myFrame'].myFunction('myParameter');

-frames- is a collection, not a method, although Internet Explorer lets you
access collections as though they were methods.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top