0

How do you call a javascript function that is in an external javascript file that was added to the parent of an iframe? I tried parent.function() in the iframe but that didn't work.

Michael
  • 1
  • 2

1 Answers1

0

try using window.parent.document

Trey Copeland
  • 3,387
  • 7
  • 29
  • 46