wow맨

최근게시물(PHP) 클릭시 팝업창을 띄우는 방법..도와주세요ㅠㅠ

최근게시물 클릭시 팝업창을 띄우는 방법...

안녕하세요
PHP에 대해 질문이 있습니다.
메인에 있는 최근 글(공지사항)을 클릭시 공지사항 페이지로 들어가지 않고
그냥 팝업을 띄우는 소스를 만들어봤는데..잘 안되었습니다.ㅠㅠ
어떻게 됩니까?
----------------------------------------------------------------
<!--클릭할때 새창을 나오는 자바스크립트-->
<script language="JavaScript">
<!--
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'yes';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
...
...
...
...
<? 
$my_content =htmlspecialchars($row_sch["content"]);    //제목 HTML 치환
if(strlen($my_content)<1) $my_content = "No content";  //빈제목 치환
if($_GET["schword"]){ // 검색어 치환하기
$arr_find_value = explode(",",$_GET["schword"]);
for($j=0;$j<count($arr_find_value);$j++){
$my_content = eregi_replace("(\\$arr_find_value[$j])", "<font color='#FF0066'>\\1</font>", $my_content);
}
}

// 메인에 있는 최근 글(공지사항)을 클릭하면 공지사항 페이지로 가는것
$my_content = $my_content;
$my_content = encode_substr($my_content,0,200,"EUR-KR");
echo "<a href='supp_view.php?wr=jw&uid=".$row_sch["uid"]."&start=$start$etc_key' onfocus='this.blur();'>$my_content</a>";
 
// 메인에 있는 최근 글(공지사항)을 클릭하면 공지사항 팝업으로 나오는 것
$my_content = $my_content;
$my_content = encode_substr($my_content,0,200,"EUR-KR");
echo "<a href='javascript:na_open_window('win', 'supp_view.php?wr=jw&uid=".$row_sch["uid"]."&start=$start$etc_key' onfocus='this.blur();', 350, 200, 573, 500, 0, 0, 0, 0, 0)'>$my_content</a>";
으로 수정해보니 잘 안되었는데요..
...
무엇때문에 에러났습니까?ㅠㅠ
도와주세요
 
|

댓글 2개

echo "<a href='javascript:na_open_window(\"win\",\"supp_view.php?wr=jw&uid=".$row_sch["uid"]."&start=$start$etc_key\", 350, 200, 573, 500, 0, 0, 0, 0, 0)' onfocus='this.blur();'>$my_content</a>";

onfocus 부분은 na_open_window 함수의 인자가 아니므로 빼고,
중첩되는 맨 안쪽의 ' 는 \"으로 바꿔봤습니다. ^^
잘 나왔습니다 정말 감사합니다~~(--)(__)
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 1,895
13년 전 조회 2,092
13년 전 조회 1,694
13년 전 조회 2,884
13년 전 조회 1,514
13년 전 조회 1,254
13년 전 조회 1,441
13년 전 조회 4,246
13년 전 조회 3,176
13년 전 조회 1,677
13년 전 조회 1,917
13년 전 조회 3,237
13년 전 조회 2,232
13년 전 조회 1,380
13년 전 조회 1,475
13년 전 조회 2,846
13년 전 조회 1,359
13년 전 조회 1,695
13년 전 조회 1,086
13년 전 조회 1,235
13년 전 조회 1,987
13년 전 조회 3,534
13년 전 조회 1,300
13년 전 조회 1,563
13년 전 조회 1,966
13년 전 조회 1,369
13년 전 조회 2,978
13년 전 조회 1,565
13년 전 조회 2,234
13년 전 조회 2,490
13년 전 조회 2,315
13년 전 조회 1,629
13년 전 조회 1,899
13년 전 조회 1,402
13년 전 조회 1,264
13년 전 조회 1,937
13년 전 조회 1,628
13년 전 조회 1,450
13년 전 조회 1,367
13년 전 조회 1,592
13년 전 조회 1,340
13년 전 조회 1,930
13년 전 조회 1,583
13년 전 조회 1,282
13년 전 조회 1,874
13년 전 조회 1,524
13년 전 조회 2,262
13년 전 조회 1,717
13년 전 조회 4,127
13년 전 조회 2,198
13년 전 조회 2,780
13년 전 조회 1,429
13년 전 조회 1,065
13년 전 조회 1,766
13년 전 조회 2,541
13년 전 조회 1,459
13년 전 조회 2,677
13년 전 조회 1,407
13년 전 조회 1,750
13년 전 조회 2,430
13년 전 조회 1,777
13년 전 조회 1,417
13년 전 조회 2,146
13년 전 조회 4,424
13년 전 조회 1,152
13년 전 조회 1,217
13년 전 조회 1,383
13년 전 조회 4,495
13년 전 조회 1,846
13년 전 조회 2,044
13년 전 조회 2,055
13년 전 조회 1,346
13년 전 조회 1,205
13년 전 조회 1,371
13년 전 조회 2,186
13년 전 조회 1,541
13년 전 조회 1,856
13년 전 조회 3,051
13년 전 조회 1,530
13년 전 조회 1,856
13년 전 조회 1,928
13년 전 조회 1,295
13년 전 조회 4,042
13년 전 조회 1,811
13년 전 조회 3,359
13년 전 조회 1,658
13년 전 조회 1,389
13년 전 조회 1,402
13년 전 조회 1,276
13년 전 조회 1,822
13년 전 조회 1,972
13년 전 조회 3,278
13년 전 조회 4,920
13년 전 조회 1,294
13년 전 조회 3,860
13년 전 조회 1,226
13년 전 조회 1,713
13년 전 조회 1,323
13년 전 조회 1,671
13년 전 조회 2,438