<script type="text/javascript">
function copen(url, n, w, h, s) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+s+',noresizable'
win = window.open(url, n, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
</script>
href="javascript:copen('sf_popup.asp','copen',471,345,'0')"
function copen(url, n, w, h, s) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+s+',noresizable'
win = window.open(url, n, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
</script>
href="javascript:copen('sf_popup.asp','copen',471,345,'0')"
반응형
'Web story > Javascript' 카테고리의 다른 글
라디오 버튼 내용 제어하기 (0) | 2008.08.27 |
---|---|
IE6 Background Flicker (0) | 2008.08.27 |
SELECT 요소에 많은 OPTION을 추가하려면 innerHTML을 사용, 성능에서 우수함. (0) | 2008.07.23 |
div 펼침 (온/오프) (0) | 2008.05.14 |
[js] 내용에 따라 아이프레임 길이 변화시키기 (0) | 2008.05.07 |