드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
게시물ID : jisik_88005짧은주소 복사하기
작성자 : 컴고수님ㅠㅠ
추천 : 0
조회수 : 348회
댓글수 : 2개
등록시간 : 2010/11/03 19:22:14
닫는 태그를 다 빼먹었던건 해결이 됐습니다.
마지막으로 링크만 성공하면 되는데 이상하게 안되네요...
아래는 main.htm 입니다
f1menu에서 메뉴를 클릭하면 center로 이름 지정한 프레임으로 링크를 띄우는건데
<html>
<head><title>원하는 프레임에 문서 보여주기</title></head>
<frameset cols=800,* border=0>
<frameset rows=170,*>
<frame src=f1menu.htm scrolling=no>
<frameset cols=200,*>
<frame src=f1left.htm marginwidth=0 marginheight=0>
<frame src=f1contents.htm name=center>
</frameset>
</frameset>
<frame src=f1right.htm>
</frameset>
</html>
-main.htm-
<html>
<head>
<title> </title>
</head>
<body leftmargin=0 topmargin=0>
링크<a href="f1about.htm#about1" target=center>
-f1menu.htm의 일부분-
위에 처럼 center 프레임에 이름도 주고
메뉴페이지에 target도 center로 지정해 주었는데
자꾸 새창으로 링크가 뜨네요 ㅜㅜ 어디가 문제인가요?
댓글 분란 또는 분쟁 때문에
전체 댓글이 블라인드 처리되었습니다.
새로운 댓글이 없습니다.