<!-- 태그연습장 시작 -->
<head>
<SCRIPT LANGUAGE="JavaScript">
function newwin(){
popup = window.open("","","height=500,width=500,top=0,left=0,scrollbars=yes");
popup.document.open()
popup.document.write(document.frm.txt.value)
popup.document.close()
}
</SCRIPT>
</head>
<head>
<SCRIPT LANGUAGE="JavaScript">
function newwin(){
popup = window.open("","","height=500,width=500,top=0,left=0,scrollbars=yes");
popup.document.open()
popup.document.write(document.frm.txt.value)
popup.document.close()
}
</SCRIPT>
</head>
<body><center>
<form name=frm>
<textarea cols="100%" rows=20 name=txt style='background-color:#FFE6E6; border:1 solid #FF6600'>
<form name=frm>
<textarea cols="100%" rows=20 name=txt style='background-color:#FFE6E6; border:1 solid #FF6600'>
</textarea>
</form>
</form>
<font color=red face=굴림 size=2><b>
<a href="javascript:newwin()">결과 보기</a> | <a href="javascript:popup.close()">보기창 닫기</a>
<!-- 태그연습장 끝 -->
<a href="javascript:newwin()">결과 보기</a> | <a href="javascript:popup.close()">보기창 닫기</a>
<!-- 태그연습장 끝 -->
필요하신 분은 밑의 태그연습장.txt 를 이용하세요.