I am trying to access a JavaScript function in a programatically created iFrame from a JavaScript function outside. I tried several ways, but was not successful. L ike window.frames['frameid'], etc.
Could you please provide me the correct syntax?
|
I am trying to access a JavaScript function in a programatically created iFrame from a JavaScript function outside. I tried several ways, but was not successful. L ike Could you please provide me the correct syntax? |
|||||
|
|
Yes, they are in the same domain. Actually, I am using ExtJS framework. I have a JSP inside an iFrame, I would like to call the javascript functions in the JSP from the a javascript function outside which is basically in a JS file. |
|||
|
|
|
Here's a more appropriate example based on your comments ;) The main page
The iframe page: iframe.html, but can be a JSP with similar output
And the JS file: external.js
Place those 3 files in the same directory and open the main page. You should get a popup with "hello". |
|||||||||||
|