갤러리 최신글 새창뜨게 하기 도와주세요!
<?
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');
를 그냥 넣어줬더니 에러나더라구요
도움에 손길 간절히 부탁드려요!
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기