POPUP
WINDOW |
| Open a NEW, fully customizable webpage, from a link with this script. |
EXAMPLE |
| CLICK HERE TO VIEW EXAMPLE |
CODE (S) |
============================================================ <a href="#" onClick="MyWindow=window.open('URL','WINDOW NAME','toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=yes,resizable=yes,width=600,height=300,left=50,top=50'); return false;">Your Link Name</a> ============================================================ |