I am using the Button Module in your theme’s page builder. I would like my URL to open up in a new, smaller window, on click. Is this possible?
I could alternatively use your ‘button’ shortcode in a TextBlock Module, but I am not sure how to do this. I need something like this (below) in a Button Format:
<a href="http://raider.websitewelcome.com/~tagitjj/contact-us/" onclick="window.open('http://raider.websitewelcome.com/~tagitjj/contact-us/', 'newwindow', 'width=500, height=500'); return false;">Contact Us</a>
Thank you for your great support!