<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>우선등록
도메인 조회</title>
<meta http-equiv="Content-Type" content="text/html;
charset=euc-kr">
<style type="text/css">
<!--
body
{
margin-left: 0px;
margin-top: 0px;
margin-right:
0px;
margin-bottom: 0px;
}
-->
</style>
<SCRIPT
LANGUAGE="JavaScript">
<!--
function
go(){
if(document.f.domain.value==""||document.f.domain.value==null){
alert("검색할
도메인을 입력하셔야
합니다.");
return;
}
document.f.action='./print.jsp'
document.f.submit();
}
function
enter(){
if(event.keyCode == 13){
go();
}
}
//-->
</SCRIPT>
</head>
<body>
<form
name='f' method='post'>
<table width="377" height="181" border="0"
background="image%20slice/back.gif">
<tr>
<td
height="38" align="center" valign="bottom">
<img
src="image%20slice/images/BUTTEN_03.gif" width="255" height="27">
</td>
</tr>
<tr>
<td height="25"
align="center" valign="top">
<input name="domain" type="text"
size="26" onkeydown="return enter();">
<a
href="javascript:go()"><img src="image%20slice/images/BUTTEN_07.gif"
width="59" height="32" align="absmiddle" border=0></a></td>
</tr>
<tr>
<td valign="top"><div
align="center"><img
src="image%20slice/images/BUTTEN_11.gif"></div></td>
</tr>
</table>
</form>
</body>
</html>
'이카루스의 날개 > JSP' 카테고리의 다른 글
[펌글]Tomcat5 설정 (0) | 2007.01.29 |
---|---|
select로 자신에게 호출하며 값 던지기 (0) | 2007.01.29 |
엑셀 떨구기 (0) | 2007.01.29 |
세션에서 값 가져오기 (0) | 2007.01.29 |
세션셋팅 (0) | 2007.01.29 |
댓글