그누관련 질문은 아니지만..네이버 쇼핑 이동처럼 외부로 링크된 페이지 상단에 정보
그누관련 질문은 아니지만..네이버 쇼핑 이동처럼 외부로 링크된 페이지 상단에첨부파일
본문
댓글 전체
아이프레임을 이용하는 방법 밖에 없나요,..........?????ㅜㅜ 아이프레임 보니까.. 스크롤바 생기던데...ㅜㅜ
<!--<script language="javascript" src="http://shopping.naver.com/shoppingBar/bar.nhn?mn=패션플러스&t=js"></script>-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta http-equiv="imagetoolbar" content="no">
<title>고감도 패션 쇼핑몰 FashionPlus</title>
......
------------------------------------------------
소스보니까 저런식으로 해놨더라구요...
도대체 어떻게 해놓은건지...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta http-equiv="imagetoolbar" content="no">
<title>고감도 패션 쇼핑몰 FashionPlus</title>
......
------------------------------------------------
소스보니까 저런식으로 해놨더라구요...
도대체 어떻게 해놓은건지...
아이프레임으로 쪼갠게 아니고 프레임으로 나눴네요. border는 0을 줘구요
<frameset id="naver_bar_frameset" rows="69,*" border="0">
<frame marginwidth="0" marginheight="0" frameborder="0" scrolling="no" id="naver_bar" name="naver_bar" src="naver_bar.asp" title="네이버 쇼핑">
<frame marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" id="shopping_mall" name="shopping_mall" src="http://www.gmarket.co.kr/challenge/neo_sangsul/plan_display.asp?sid=67898&goodscode=165376391&jaehuid=200001165" title="G마켓">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"><p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p></body>
</noframes>
</frameset>
<frameset id="naver_bar_frameset" rows="69,*" border="0">
<frame marginwidth="0" marginheight="0" frameborder="0" scrolling="no" id="naver_bar" name="naver_bar" src="naver_bar.asp" title="네이버 쇼핑">
<frame marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" id="shopping_mall" name="shopping_mall" src="http://www.gmarket.co.kr/challenge/neo_sangsul/plan_display.asp?sid=67898&goodscode=165376391&jaehuid=200001165" title="G마켓">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"><p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p></body>
</noframes>
</frameset>
저렇게 하려면 싸이트 하이퍼링크 시킬때 어떻게 해야하는지....
인클루드를 사용하면안될꺼고......ㅜㅜ
인클루드를 사용하면안될꺼고......ㅜㅜ