Popup Windows
It is sometimes desirable to create popup window and control the properties of your popups. With HTML alone you can have a link open in a new window, but you cannot control the size or other attributes of the new window.
We have created a tool to assist you in creating popup window links.
<< Popup Link Tool >>
Sample Code:
<a href="http://vu.msu.edu" onClick="window.open('','popup','height=250, width=450, scrollbars=auto, resizable=yes, toolbar=no, menubar=yes')" target="popup">Open Window</a>






Popup Windows
