최신글 팝업창 띄우기??? 정보
그누보드 최신글 팝업창 띄우기???본문
최신글 팝업창 띄우기를 할려는데, 마땅한 소스가 눈에 보이지 않더군요...
그래서 제로보드 소스를 끌여다 그누보드 최신글 latest.skin.php 에다 적용해 보았습니다.
<a href="#" onclick="window.open('./?doc=bbs/gnuboard.php&bo_table=<?=$bo_table?>&wr_id={$list[$i][wr_id]}','newwin' , 'toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, top=0, left=0, width=600, height=500')" onfocus='this.blur()'><span class=content>
<?=$list[$i][subject]?><span style='font-size:8pt;'><?=$list[$i][commentcnt]?>
</span></span></a><?=$list[$i][icon_new]?></td>
이렇게 소스를 수정해보았습니다.
그런데 $bo_table값을 가져오는데, 게시물 내용을 못가져오는군요,,,,그래서 등록된 글이 없다는 메시지를 뿌리
고요. 값만 잘가져오면 팝업창 뜰거 같은데....^^;;;;;
고수님들 부탁드립니다. 팝업창 띄우기요...
그래서 제로보드 소스를 끌여다 그누보드 최신글 latest.skin.php 에다 적용해 보았습니다.
<a href="#" onclick="window.open('./?doc=bbs/gnuboard.php&bo_table=<?=$bo_table?>&wr_id={$list[$i][wr_id]}','newwin' , 'toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, top=0, left=0, width=600, height=500')" onfocus='this.blur()'><span class=content>
<?=$list[$i][subject]?><span style='font-size:8pt;'><?=$list[$i][commentcnt]?>
</span></span></a><?=$list[$i][icon_new]?></td>
이렇게 소스를 수정해보았습니다.
그런데 $bo_table값을 가져오는데, 게시물 내용을 못가져오는군요,,,,그래서 등록된 글이 없다는 메시지를 뿌리
고요. 값만 잘가져오면 팝업창 뜰거 같은데....^^;;;;;
고수님들 부탁드립니다. 팝업창 띄우기요...
댓글 전체
원프레임으로 쓸땐,,, 팝업창에...원프레임이 다나와버리는군요. 그 문제가 있네요...;;
아싸!~~~~~~~~~~~~~~ 드됴 알아냈슴다. 이 기쁨....무와와와와와와와 ㅜ.ㅜ
다음과 같이 소스를 수정해 주었슴다...위소스는 제로보드 소스 수정해서..그누보드에 삽입 ㅋㅋㅋ
<a href="#" onclick="window.open('./?doc=bbs/gnuboard.php&bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>','newwin' , 'toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, top=0, left=0, width=600, height=500')" onfocus='this.blur()'><span class=content><?=$list[$i][subject]?>
<span style='font-size:8pt;'>
<?=$list[$i][commentcnt]?>
</span>
</span></a><?=$list[$i][icon_new]?></td>
뭐가 틀려졌는지 잘 살펴보세욤~^^~
값을 다 가져와서 뿌려줍니다. ㅋㅋㅋㅋㅋ
다음과 같이 소스를 수정해 주었슴다...위소스는 제로보드 소스 수정해서..그누보드에 삽입 ㅋㅋㅋ
<a href="#" onclick="window.open('./?doc=bbs/gnuboard.php&bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>','newwin' , 'toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, top=0, left=0, width=600, height=500')" onfocus='this.blur()'><span class=content><?=$list[$i][subject]?>
<span style='font-size:8pt;'>
<?=$list[$i][commentcnt]?>
</span>
</span></a><?=$list[$i][icon_new]?></td>
뭐가 틀려졌는지 잘 살펴보세욤~^^~
값을 다 가져와서 뿌려줍니다. ㅋㅋㅋㅋㅋ