Hi there, I'm having an issue with a link that's supposed to open in a pop-up but is instead opening in a new tab. I'd like it to open in a proper pop-up window.
<button class="button button1" onclick=" window.open('test1.php')" style ="padding-top=20px"> Generate Receipt</button>