function vodplay(cid,val,val1,val2,val3){ window.open("/servlet/wizard.servlet.admin.program.vodaodListServlet?client_id="+cid+"&command=vodplayer&charge=E&program_id="+val+"&step_no="+val1+"&seq="+val2+"&type="+val3 ,'vod', 'width=846, height=717'); } function vodplay(cid,val,val1,val2,val3,val4){ window.open("/servlet/wizard.servlet.admin.program.vodaodListServlet?client_id="+cid+"&command=vodplayer&charge=E&program_id="+val+"&step_no="+val1+"&seq="+val2+"&type="+val3+"&vodseq="+val4 ,'vod', 'width=846, height=717'); } function cart(){ top.document.location.href = "http://www.ebs.co.kr/actions/MyEbsSubIntro?menu_id=P014"; } function jf_basket(){ if (document.memberCheck.userid.value=="") { loginPopup(); } else { if(confirm("Àå¹Ù±¸´Ï¿¡ ´ãÀ¸½Ã°Ú½À´Ï±î?")){ document.memberCheck.action="/servlet/wizard.servlet.admin.program.vodaodListServlet?command=basket&chk=L"; document.memberCheck.submit(); } } } function jf_buyAll(){ if (document.memberCheck.userid.value=="") { loginPopup(); } else { if(confirm("±¸¸ÅÇϽðڽÀ´Ï±î?")){ //window.open('/servlet/wizard.servlet.admin.program.vodaodListServlet?command=buy&pro_code=BP0PAPD0000000001&stepno=0001','asdf','width=600,height=700'); document.memberCheck.action="/servlet/wizard.servlet.admin.program.vodaodListServlet?command=buy"; document.memberCheck.submit(); } } } function jf_buy(val){ if (document.memberCheck.userid.value=="") { loginPopup(); } else { if(confirm("±¸¸Å ÇϽðڽÀ´Ï±î?")){ window.open('http://www.ebs.co.kr/actions/MyebsBasketList?cmd=directBuy&vod_seq='+val , 'qwqwq', 'width=500,height=650'); } } } // Iframe ÀÚµ¿ ¸®»çÀÌÁî ///////////////////////////////////////// function resizeFrame(iframeObj){ try { /* ¾ÆÀÌÇÁ·¹ÀÓ¿¡¼­ ÀоîµéÀÎ ÆäÀÌÁöÀÇ body */ var innerBody = iframeObj.contentWindow.document.body; /* * ƯÁ¤À̺¥Æ® ¹ß»ý½Ã ´Ù½Ã »çÀÌÁî Á¶Á¤!! * ex ) * Ç×»ó µé¾î°¡¾ßÇÒ ³»¿ë ÀÔ´Ï´Ù. * Ȥ½Ã ¾ÆÀÌÇÁ·¹ÀÓ ¼Ó¿¡ BODY ¿¡ ÀÌ¹Ì À̺¥Æ®°¡ Á¤ÀÇ µÇ¾î ÀÖÀ»°æ¿ì¸¦ À§ÇØ * oldEvent = innerBody.ondbclick; * À§¿Í °°Àº ½ÄÀ¸·Î À̺¥Æ®¸¦ ¹é¾÷¹Þ¾Æ³õÀ¸¸é µÉµí ÇÕ´Ï´Ù. * 1. innerBody.ondbclick = function { resizeFrame(iframeObj, 1);oldEvent; }; * 2. innerBody.onmousemove = function { resizeFrame(iframeObj, 1);oldEvent; }; * 3. innerBody.onkeydown = function { resizeFrame(iframeObj, 1);oldEvent; }; */ oldEvent = innerBody.onclick; innerBody.onclick = function(){ resizeFrame(iframeObj, 1);oldEvent; }; /* ³ôÀÌ ´Ù½Ã¼³Á¤ */ var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight); iframeObj.style.height = innerHeight; // ³ÐÀÌ ´Ù½Ã¼³Á¤ var innerWidth = innerBody.scrollWidth + (innerBody.offsetWidth - innerBody.clientWidth); iframeObj.style.width = innerWidth; if( !arguments[1] ) /* ƯÁ¤ À̺¥Æ®·Î ÀÎÇÑ È£Ãâ½Ã ½ºÅ©·ÑÀ» ±×³É µÐ´Ù. */ this.scrollTo(1,1); } catch (e) { } } // Ç÷¡½¬ ¹è³Ê µð½ºÇ÷¹ÀÌ¿ë (written by °û»ó¿µ in 2006-07-21) function swf_banner(src, width, height) { document.writeln(''); }