"); } function imgpreview2(id,uid) { var KimsonPopupCheck = getPopUpFlag(window.open('','iwin','left=0,top=0,width=100,height=100,scrollbars=yes,status=yes')); KimsonPopupCheck.document.write("
\
");
}
function showInvWin(url)
{
getPopUpFlag(window.open(url , 'articlewin' , 'left=0,top=0,width=800,height=600,scrollbars=yes,status=yes'));
}
function zoom(uid)
{
window.open('../../_system/module/shop/zoom.php?uid=' + uid,'','left=0,top=0,width=480,height=555,scrollbars=no,status=yes');
}
function getTpriceLoyaltyJs(tprice,val)
{
var tmpval = val ? val : 1;
return parseInt(Math.floor(parseInt(tprice)/tmpval ) * tmpval);
}
function getLoginNeed()
{
if(confirm('로그인하셔야 이용하실 수 있습니다. \n\n지금 로그인하시겠습니까?'))
{
location.href = "./login.php?referer=" + escape(location.href);
}
}
function getDownInfo(uid)
{
window.open('../../_system/module/upload/info.php?uid=' + uid,'','left=0,top=0,width=480,height=555,scrollbars=yes,status=yes');
}
function getMessenger(id)
{
window.open('../../_system/module/messenger/index.php?id=' + id,'','left=0,top=0,width=550,height=650,scrollbars=no,status=yes,resizable=yes');
}
function sendprint(uid)
{
getPopUpFlag(window.open('../../_system/module/print/print.htm?uid=' + uid , 'printwin' , 'top=0,left=0,width=650,height=600,scrollbars=yes,status=yes'));
}
function sendemail(id,uid)
{
getPopUpFlag(window.open('../../_system/module/email/email.php?id='+id+'&uid=' + uid , 'emailwin' , 'top=0,left=0,width=650,height=600,scrollbars=no,status=yes'));
}
function statview(id)
{
getPopUpFlag(window.open('bbs.php?q=stat&newwin=Y&id='+id , 'bbsstatwin' , 'top=0,left=0,width=650,height=600,scrollbars=no,status=yes'));
}
function singo(table,uid,userid,mbid)
{
if (mbid == "")
{
alert('회원으로 로그인해 주세요. ');
return;
}
getPopUpFlag(window.open("bbs.php?q=singo&xsite=lisaeng&newwin=Y&id=lec05_02&tbl=" + table + "&suid=" + uid + "&userid="+userid, "singowin" , "left=0,top=0,width=550,height=330,scrollbars=no,status=yes"));
}
function getDivWidth(width,div)
{
var maxsize = parseInt(width);
var content = document.getElementById(div);
var img = content.getElementsByTagName("img");
for(i=0; i
Image View\
이전";
var g_p2 = "
이전";
var g_n1 = "다음
";
var g_n2 = "다음
";
var g_cn = "
";
var g_q = "
맨앞 ";
if(p < lnum+1) { g_q += g_p1; }
else{ var pp = parseInt((p-1)/lnum)*lnum; g_q += ""+g_p2+"";} g_q += g_cn;
var st1 = parseInt((p-1)/lnum)*lnum + 1;
var st2 = st1 + lnum;
for(var jn = st1; jn < st2; jn++)
if ( jn <= tpage)
(jn == p)? g_q += ""+jn+""+g_cn : g_q += ""+jn+""+g_cn;
if(tpage < lnum || tpage < jn) { g_q += g_n1; }
else{var np = jn; g_q += ""+g_n2+""; }
g_q += " 맨끝
";
document.write(g_q);
}
//페이지클릭
function getPageGo(n)
{
var p = getUriString('p');
var que = location.href.replace('&p='+p,'');
que = que.indexOf('?') != -1 ? que : que + '?';
que = que.replace('&q=view&uid=' + getUriString('uid') , '');
var xurl = que.split('#');
location.href= xurl[0] + '&p=' + n;
}
//파라미터값
function getUriString(param)
{
var QuerySplit = location.href.split('?');
var ResultQuer = QuerySplit[1] ? QuerySplit[1].split('&') : '';
for (var i = 0; i < ResultQuer.length; i++)
{
var keyval = ResultQuer[i].split('=');
if (param == keyval[0]) return keyval[1];
}
return "";
}function getDateFormat(date , type)
{
var ck;
var rtstr = "";
var j = 0;
for(var i = 0; i < type.length; i++)
{
if(type.substring(i,i+1) == 'x')
{
rtstr += date.substring(j,j+1);
}
else {
j--;
rtstr += type.substring(i,i+1);
}
j++;
}
document.write(rtstr);
}
function getJosa(str, tail)
{
strTemp = str.substr(str.length - 1);
return ((strTemp.charCodeAt(0) - 16) % 28 != 0) ? str + tail.substr(0, 1) : str + tail.substr(1, 1);
}
//타입비교 (비교문자 , 비교형식 ; ex: getTypeCheck(string , "1234567890") )
function getTypeCheck (s, spc)
{
var i;
for(i=0; i< s.length; i++)
{
if (spc.indexOf(s.substring(i, i+1)) < 0)
{
return false;
}
}
return true;
}
//콤마삽입 (number_format)
function commaSplit(srcNumber)
{
var txtNumber = '' + srcNumber;
var rxSplit = new RegExp('([0-9])([0-9][0-9][0-9][,.])');
var arrNumber = txtNumber.split('.');
arrNumber[0] += '.';
do {
arrNumber[0] = arrNumber[0].replace(rxSplit, '$1,$2');
}
while (rxSplit.test(arrNumber[0]));
if (arrNumber.length > 1) {
return arrNumber.join('');
}
else {
return arrNumber[0].split('.')[0];
}
}
//콤마제거
function filterNum(str)
{
return str.replace(/^\$|,/g, "");
}
//숫자체크
function commaInsert(field)
{
if (!getTypeCheck(field.value , "0123456789,"))
{
alert('숫자만 입력해 주세요. ');
field.value = '';
field.focus();
return false;
}
field.value = commaSplit(filterNum(field.value));
}
글수 20 개
Page 1 / 1
번호
제목
이름
조회
등록일
20
OST 1강. Kissing you
OST 1강. Kissing you
jusimmall
1620
19
OST 2강. Dream a little dream of me
OST 2강. Dream a little dream of me
jusimmall
702
18
OST 3강. She
OST 3강. She
jusimmall
618
17
OST 4강. Dont cry for me Argentina
OST 4강. Dont cry for me Argentina
jusimmall
389
16
OST 5강. A whole new world
OST 5강. A whole new world
jusimmall
326
15
OST 6강. Love will lead you back
OST 6강. Love will lead you back
jusimmall
247
14
OST 7강. It must have been love
OST 7강. It must have been love
jusimmall
278
13
OST 8강. Dancing Queen
OST 8강. Dancing Queen
jusimmall
388
12
OST 9강. Kung Fu fighting
OST 9강. Kung Fu fighting
jusimmall
242
11
OST 10강 Somewhere over the rainbow
OST 10강 Somewhere over the rainbow
jusimmall
335
10
OST 11강. Can't Fight The Moonlight
OST 11강. Can't Fight The Moonlight
jusimmall
358
9
OST 12강. My Heart Will Go On
OST 12강. My Heart Will Go On
jusimmall
433
8
OST 13강. Unchained Melody
OST 13강. Unchained Melody
jusimmall
211
7
OST 14강. I Will Almays Love You
OST 14강. I Will Almays Love You
jusimmall
343
6
OST 15강. Listen
OST 15강. Listen
jusimmall
609
5
OST 16강. Reality
OST 16강. Reality
jusimmall
243
4
OST 17강. Raindrops Keep Falling On My Head
OST 17강. Raindrops Keep Falling On My Head
jusimmall
189
3
OST 18강. Stupid Cupid
OST 18강. Stupid Cupid
jusimmall
213
2
OST 19강. Way Back Into Love
OST 19강. Way Back Into Love
jusimmall
308
1
OST 20강. Beauty And The Beast
OST 20강. Beauty And The Beast
jusimmall
381