""이 먹히질 않습니다.

국내에 웹 사이트들이 웹 표준을 지키고 OS나 브라우저와 관계 없이 접근성을 향상 시키기 위한 사이트 버그 신고 및 문제 해결을 위한 게시판입니다.
Post Reply
Tyburn
Posts: 33
Joined: 2006 02 02 20:32 31
Contact:

""이 먹히질 않습니다.

Post by Tyburn »

제 홈페이의 웹 표준을 준수하기 위해서 노력을 해서 에러를 계속 줄여나가는데 여기서 막힙니다.

span class=key1 라는 곳에서 ""가 없더군요.

그래서 제 테터툴즈 소스 파일(php파일)을 열어서 해당 부분에 ""를 달아주었더니 PHP에러가 출력됩니다.

달자니 에러나고, 안달자니 표준을 위반하게 되고... 어떻게 해야 할지 모르겠네요.

해당 부분은

if ($pos1 <= $pos2) $cont_buf .= "<span class=key1 onclick=keyword_open('".$r_root_path."kview.php?kd=".urlencode($word)."')>".$word."</span>";

입니다.

방법이 없을까요?
loveisfunny
Posts: 20
Joined: 2005 08 27 02:53 42
Location: 군대;
Contact:

이렇게 하시면되요.

Post by loveisfunny »

$cont_buf .= "<span class=key1 onclick=keyword_open('".$r_root_path."kview.php?kd=".urlencode($word)."')>".$word."</span>";
<span class = \"key1\" ... > 이렇게 하시면 됩니다.
대세는 PHP와 FF 였으면.. 좋겠다.
Tyburn
Posts: 33
Joined: 2006 02 02 20:32 31
Contact:

감사합니다.

Post by Tyburn »

많은 도움이 되었습니다.
감사합니다.
eouia

Re: ""이 먹히질 않습니다.

Post by eouia »

Tyburn wrote:
if ($pos1 <= $pos2) $cont_buf .= "<span class=key1 onclick=keyword_open('".$r_root_path."kview.php?kd=".urlencode($word)."')>".$word."</span>";
if ($pos1 <= $pos2) $cont_buf .= "<span class="key1" onclick="keyword_open('".$r_root_path."kview.php?kd=".urlencode($word)."')">".$word."</span>";
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 0 guests