document.location.href="http://verttgrettest.com/testpaper.aspx?VideoId=1"
Javascript how to add target="_parent" in document.location.href
You can't, the .href is literally just the URL you want to redirect to. You have to directly change the .href of the frame you want to target, not the href of the window/frame you're in e.g.
parent.document.location.href = 'http://...'
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