'redirect parent page using an anchor text
Can I redirect the parent page through an anchor text from Javascript within an iFrame?
Solution 1:[1]
Use parent.location=url; in Javascript
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Himanshu Maurya |
