How could I pass a value to a function on a parent page?
Would it be something similar to this?
parent.functionname("VALUE")
|
How could I pass a value to a function on a parent page? Would it be something similar to this?
|
|||||
|
|
Yes. As long as both pages are in the same domain, you can access the global scope ( You can use any global data (functions or variables) by writing |
|||
|
|