<HTML>
<HEAD>
<TITLE> °ßº»ÆäÀÌÁö </TITLE>
</head>
<BODY>
<!-- ---------------------------------------------------------------------- !-->
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
function FindString(i) {
if( window.find( i,true) ) {
alert("¹®ÀÚ¿" + i + "°¡ ¹ß°ßµÇ¾ú½À´Ï´Ù.");
} else {
alert("¹®ÀÚ¿" + i + "°¡ ¹ß°ßµÇÁö ¾Ê¾Ò½À´Ï´Ù.");
}
}
//-->
</SCRIPT>
<!-- ---------------------------------------------------------------------- !-->
<form name="form">
<input type=text name=str size=30>
<input type=button value="::: µ¹¾Æ°¡±â :::" onClick="FindString(str.value);">
</form>
</BODY>
</HTML>