스크립스는요? 정보
그누보드 스크립스는요?본문
마지막으로 이름클릭해서 자기소개 누르면 새창뜨는데 그 새창크기도 줄이고 싶어요~
바로 확인하고 스킨자료실에 올릴께요~^^
감사합니다.
바로 확인하고 스킨자료실에 올릴께요~^^
감사합니다.
댓글 전체
감사합니다~ ^^
[관련소스]
/bbs/gblayer.php 에서 하단 profile에 관련해 기재된 소스코드에서,
width, height를 적절히 수정하시기 바랍니다.
left, top은 브라우저 창에서 팝업으로 생성될 위치를 지정합니다.
기준은 최상단 왼쪽 기준에서의 위치임
if (parseInt(profile) && id) {
body += "<tr onmouseover=this.style.backgroundColor='#ffffff' onmouseout=this.style.backgroundColor='#F5F3EE'><td height=20> <a href=\"javascript:winopen('<?="./?doc=bbs/mbprofile.php&mb_id="?>"+id+"', 'mbprofile', 'left=50,top=50,width=516,height=350,scrollbars=1');\"><img src='image/icon_profile.gif' align=absmiddle border=0> 자기소개 </td></tr>";
height += 20;
}
/bbs/gblayer.php 에서 하단 profile에 관련해 기재된 소스코드에서,
width, height를 적절히 수정하시기 바랍니다.
left, top은 브라우저 창에서 팝업으로 생성될 위치를 지정합니다.
기준은 최상단 왼쪽 기준에서의 위치임
if (parseInt(profile) && id) {
body += "<tr onmouseover=this.style.backgroundColor='#ffffff' onmouseout=this.style.backgroundColor='#F5F3EE'><td height=20> <a href=\"javascript:winopen('<?="./?doc=bbs/mbprofile.php&mb_id="?>"+id+"', 'mbprofile', 'left=50,top=50,width=516,height=350,scrollbars=1');\"><img src='image/icon_profile.gif' align=absmiddle border=0> 자기소개 </td></tr>";
height += 20;
}