We want our window.parent to link to another page on click, how can we go about doing this?
window.parent.location.href = 'somePage.html';
or in a link:
<a href="#" onclick="window.parent.location.href = 'somePage.html';">link</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With