묻고답하기
아이프레임 게시판 삽입
2010.01.26 12:58
기존 만들어지 홈페이지에 제로보드 설치 후 게시판을 생성하고 아이프레임으로 게시판과 일정표을 삽입하였습니다.
제 컴퓨터를 서버로 사용하고 있구요..제컴퓨터에서는 게시판과 일정표가 보이는데 다른 컴퓨터에서는 게시판과 일정표가 보이질 않습니다
무슨 문제인가요??
소스는 요렇습니다 소스 삽입이잘못되었나요?
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="images/all.JPG">
<p> </p>
<table border="0" width="90%" align="center">
<tr>
<td width="603" height="584">
<p> <font color="#666699" face="서울전설M"><span style="font-size:16pt;">게시판</span></font></p>
<iframe src="http://plasma.dongguk.edu/zbxe/xe/b1" width="100%" height="90%" scrolling=auto border="2" align="center"></iframe>
</td>
<td width="603" height="584">
<p><b><font color="#666699" face="서울전설M"><span style="font-size:16pt;"> </span></font></b><font color="#666699" face="서울전설M"><span style="font-size:16pt;">일정표</span></font></p>
<iframe src="c:\APM_Setup\htdocs\cookie_calendar/calendar.html" width="100%" height="90%" scrolling=auto border="2" align="center"></iframe>
</td>
</tr>
</table>
<p> </p>
</body>
</html>