<script type="text/javascript">
// Popup code
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','width=420,height=250,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no')
}
function openPop() {
window.open("Url Here", "startpop", "width=300, height=550, left=50, top=20, resizable=no, scrollbars=no, toolbar=no, menubar=no, location=no, directories=no, status=no");
}
</script>
1. javascript:openPop()
2. <a href="JavaScript:newPopup('Url Here');"><img src="Url Here" title="Music" alt="Music" width="16" height="16" style="" /></a>
아직 완성되지 않은 웹사이트입니다.
어쩌면 결코 완성되지 못할 웹사이트가 될수도 있읍니다.