'programming/HTTP'에 해당되는 글 24건

  1. 2015.04.16 FRAME으로 구성된 페이지에서 새로 고침을 하더라도 페이지 유지

반응형

 

frame.html 파일 소스

 

 

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>frame</title>
</head>
<frameset rows="100%,0" cols="*">
  <frame src="main.html" name="mainFrame" id="mainFrame" title="mainFrame" />
  <frame name="bottomFrame" scrolling="no" noresize="noresize" id="bottomFrame"/>
</frameset>
</html>

 

 

 

반응형
Posted by 공간사랑
,