Is it possible to change iframe src using javascript exists in page inside that iframe?
- by Amr ElGarhy
I want to change the iframe source when something change in this iframe content, the iframe is in a different domian than the parent page. is this can be done or not?
I just need to add a hash to this iframe src, so that i can access this hash value from the parent page and do some stuff based on this value.
What i did:
In the iframe page i…