JavaScript new small window

Updated: 01/31/2019 by Computer Hope

Example

SEARCH ENGINE

Source code

<p><script type="text/javascript">
function NAME_IT() {
window.open('https://www.computerhope.com/cgi-bin/search.cgi','EANITHING','toolbar=no,location=no, directories=no, status=yes, menubar=no, resizable=yes, copyhistory=no, scrollbars=no, width=300, height=300'); }
</p>
<p align="center">
<a href="javascript:NAME_IT();"SEARCH ENGINE </a>
</p>