Open A Popup Window Using JavaScript
Sothink DHTMLMenu allows you to use JavaScript to open a popup window with a specified size and features. Click on Open Popup Window in the menu below:
Here is the JavaScript we entered in the Link field of DHTMLMenu:
javascript:window.open("custom_page.html","_blank","width=800,height=200,status=no,toolbar=no,scrollbar=no")
