Button Bar Widget - Page - open as popup, then close when button selected
I have a simple URL page. I created a 'Page' button on my home page from the 'Button Bar Widget'.
I want that page to open in a popup window and close when I hit the 'Close' button.
When I preview the page, the 'Close' button works fine. When I execute the button from the Home Page, it does not work.
Regarding opening it as a popup, I've tried multiple javascript and html options, but none have worked. Any help will be appreciated.
Code for the URL page is as follows:
-------------------------------------
<script>
window.resizeTo(950,500);
</script>
<h3><p><u>Information Text Goes Here</u></h3>
<button onclick="self.close()">Close</button>
-------------------------------------
------------------------------
Aaron B
ab1692@att.com
------------------------------