<div class="learnmore">
<a href="https://linktovideo" target="_self"
onclick="window.open('https://linktovideo','_self','width=600,height=600');
return false;" class="learn-btn">
Watch Video
</a>
</div>
Im still learning jQuery, but currently this is still opening the link in a new window. I thought applying the "_top" attribute opens the window on the current page. Is target_top not compatible with jQuery or am I over thinking this, thank you stack for any help!