묻고답하기

------------------------------------------------------------------
<html>
<head>
<style type="text/css">
A:link {color:#0000FF; font-size:8pt; font-family:돋움; text-decoration: none}
A:visited {color:#0000FF; font-size:8pt; font-family:돋움; text-decoration: none}
A:hover {color:#FF8800; font-size:8pt; font-family:돋움; text-decoration: underline}

BODY {
        SCROLLBAR-FACE-COLOR: #eaeaea; SCROLLBAR-HIGHLIGHT-COLOR: #eaeaea; SCROLLBAR-SHADOW-COLOR: #d4d0c8; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #eaeaea; SCROLLBAR-TRACK-COLOR: #f2f2f2; SCROLLBAR-DARKSHADOW-COLOR: #606060; SCROLLBAR-BASE-COLOR: #d4d0c8;
}
</style>
</head>
<body topmargin=0 leftmargin=0 >
<!-- 대화 내용을 표시해 준다. -->
<table width="100%" height="100%" border="0" cellpadding=5 cellspacing=0 id=test>
<tr>
<td width="100%" valign=top style="color:#333333;font-size:9pt;font-family:돋움;line-height:200%">
<b style='color:#FF9900'>관리자</b> : 네 ! 무엇을 도와드릴까요? ^^<br>
<? if(file_exists("./temp/$target_id.txt")) include "./temp/$target_id.txt"; ?>
</td>
</tr>
</table>
<!-- 표시하고 맨 끝으로 이동한다. -->
<script>self.scrollBy(0,test.clientHeight);</script>
</body>
</html>
------------------------------------------------------------------

1:1대화 프로그램입니다.

http://주소 하면 자동으로 링크 걸리게 하고 싶은데 잘 안돼네요...

특히... 인쿨르드 문 때문에 오류가 납니다...

어떻게 해야 링크가 잘될까요...

"이게 두게 있다고 오류가 나는거 같기는 같은데...

고수님들의 도움이 필요합니다.