인터파크 바로가기
http://sports.interpark.com/Ticket/Goods/GoodsInfo.asp?GoodsCode=12016479
<link href="http://ticket.interpark.com/Include/css/common.css" type="text/css" rel="stylesheet">
|
<script language="javascript">
function CouponDown(strCouponCode, strFlag)
{
var strCook;
var strIMemNo;
strCook = getCookie("TMem%5FNO");
strIMemNo = getCookie("IMem%5FNO");
if ( strCook == "" )
{
alert("로그인 후 시도하여 주세요");
location.href = "http://ticket.interpark.com/Gate/TPLogin.asp?CPage=B&MN=Y&GPage=http://sports.interpark.com/Ticket/Goods/TPBridge.asp?GoodsCode=12016479";
}
else
{
window.open("http://ticket.interpark.com/Tiki/TPEvent/TPCouponDown.asp?CouponCode=" + strCouponCode + "&ChannelFlag=" + strFlag, "", "width=695,height=370,left=400, top=300,scrolls = no")
}
}
function getCookie(name)
{
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length )
{
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie )
{
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}
</script>