웹마짱구's 블로그

플래시에서 팝업창 호출시 XP-SP2 팝업차단 피하기

참고/JavaScript : 2007/01/09 11:00






<script LANGUAGE="javascript" src="AC_RunActiveContent.js"></script>
<script language="javascript">
function open_main_win(){
w = 850;
h = 620;
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h-50)/2 : 0;
var juno_win = window.open('main.htm', 'juno_main', 'width='+w+ ',height='+h+ ',top='+TopPosition+',left='+LeftPosition);
juno_win.focus();
}

AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0', 'width', '96', 'height', '27', 'src', 'index', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'movie', '/images/btn_enter' );
</script>
top

참고/JavaScript : 2007/01/09 11:00 Trackback. : Comment ( 1 ) : view 1986

Trackback Address :: http://jjangu.pe.kr/blog/trackback/313

  1. BlogIcon ohmynux 2007/01/09 11:48 PERM. MOD/DEL REPLY

    하하 안녕하세요 이제야 봤네요 블로그의 부제목이 비오면 달린다...
    이거 이슬을 뜻하는게 아닌가 싶어서 ^^; 비오면 이슬이 잘 받더라구요
    제가 들린 시간이 식사시간 바로 전이네요.
    식사 맛있게 하시구요. 즐거운 하루 되시길 ^^

Write a comment.




: 1 : ... 261 : 262 : 263 : 264 : 265 : 266 : 267 : 268 : 269 : ... 543 :