갤러리 최신글 새창뜨게 하기 도와주세요! 정보
갤러리 최신글 새창뜨게 하기 도와주세요!본문
<?
for ($i=0; $i<count($list); $i++) {
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file]) $img = "$latest_skin_path/img/noimage.gif";
$imgTag ="<img src='".$img."' width='".$img_width."' height='".$img_height."' border='0' align='absmiddle' alt='".$title."'>";
?>
leftrightslide[<?=$i;?>] = "<A HREF='<?=$list[$i]['href'];?>' target='_blank'><?=$imgTag;?></A> ";
<?
}
?>
여기서 a href 부분을 수정해서 지정된 사이즈로 창을 띄우려 합니다 팝업형식으로요
A HREF 를 # 주고
onclick="window.open('새창주소','new','resizable=no width=400 height=400');
를 그냥 넣어줬더니 에러나더라구요
도움에 손길 간절히 부탁드려요!
for ($i=0; $i<count($list); $i++) {
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file]) $img = "$latest_skin_path/img/noimage.gif";
$imgTag ="<img src='".$img."' width='".$img_width."' height='".$img_height."' border='0' align='absmiddle' alt='".$title."'>";
?>
leftrightslide[<?=$i;?>] = "<A HREF='<?=$list[$i]['href'];?>' target='_blank'><?=$imgTag;?></A> ";
<?
}
?>
여기서 a href 부분을 수정해서 지정된 사이즈로 창을 띄우려 합니다 팝업형식으로요
A HREF 를 # 주고
onclick="window.open('새창주소','new','resizable=no width=400 height=400');
를 그냥 넣어줬더니 에러나더라구요
도움에 손길 간절히 부탁드려요!
댓글 전체