NEW Nmail PHP 3 업그레이드 할인
자세히 보기

Nmail ASP 서비스 종료 안내(EOS)

Nmail ASP (nWmail, Nmail Server) 제품은 유상 유지보수를 포함한 모든 서비스가 종료되었습니다.

인덱스 변경 작업하려는데 도와주세요

김*아 2003.07.16 11:48 조회 552

안녕하세요....

사이트에서 N-mail 을 사용하고 있습니다.
인덱스를 사이트에 맞게 변경하고 싶어서 작업을 했는데..
버튼이 아무것도 적용이 되지 않네요..
그래서 원래 화면으로 돌려 놓기는 했는데..
뭐가 잘 못 된 건지.. 봐주실수 있나요?

주소는
http://211.57.20.9/source/user/login.new.jsp
입니다.

부탁드립니다..


------------------------------------------------- 소스 ------------------------------------------
<%@ page language="java" contentType="text/html; charset=euc-kr" %>
<%@ page import="java.sql.SQLException" %>

<%@ page import="user.table.MailUser" %>

<jsp:useBean id="mailuser" scope="page" class="user.table.MailUser">
<jsp:setProperty name="mailuser" property="*" />
</jsp:useBean>

<%@ include file="/include/global.jsp" %>


<%!
String job;

String jsp_page = "login.jsp";
String jsp_page_title = "회원 LOGIN";


//frame_set.html

%>
<% session.invalidate(); %>

<html>
<head>
<link rel="STYLESHEET" type="text/css" href="/include/default.css">
<title> - Cheorwon Country WEBMAIL -</title>
<script language="JavaScript" src="/js/trim.js"></script>
<script language="JavaScript">
<!--

function form_click(form, job)
{

switch(job)
{
case "접속":
if(trim(form.id.value) == "")
{
alert("접속 ID를 입력해야합니다.");
form.id.focus();
return;
}

if(form.pwd.value == "")
{
alert("접속 암호를 입력해야합니다.");
form.pwd.focus();
return;
}

form.submit();
break;

case "취소":
form.reset();
form.id.focus();
break;

case "회원가입":
parent.location.href = "<%= SRC_ROOT %>/main/letter/join
_frame.jsp";
break;


}
}

function window.onload()
{
var form = document.forms[0];

goTopLocation();

form.id.focus();
}

function goTopLocation()
{
if(top.opener)
{ // 오픈창에서 login을 다시하라고 하면은 자신을 부른 창으로 login
을 옮긴다.
top.opener.top.location = self.location;
top.opener
.focus();
top.close();
}else
{ // 현재 플레임이 TOP 플레임이 아닐경우 Top 플레임으로 login을 옮
긴다.
if(top.location != self.location)
{
top.location = self.location;
}
}
}
function openwin(url, width, height)
{
var win = window.open(url,"windowopen",'toolbar=no,location=no,directory
=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=' + wid
th + ',height=' + height);
if(win != null) win.focus();
}
//-->
</script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="./images/index_bg.gif" topmargin="100" marginheight="100" >

<form action="mail_user/mail_user_login_check.jsp" method="post" onsubmit="return false;">

<!-- 내용시작 -------------------------------------------->

<table align="center" cellpadding="0" cellspacing="0" width="582" height="375">
<tr>
<td colspan="9">
<p><img src="./images/index_left.gif" width="296" height="254" border="0"><img src="./images/index_right.gif" width="286" height="254" border="0"></p>
</td>
</tr>
<tr>
<td height=10 colspan=4 background="./images/bg_blue_top.gif"></td>
<td height=10 colspan=5 background="./images/bg_blue_top.gif"></td>
</tr>
<tr>
<td width=70 height="88" background="./images/bg_blue_top.gif" rowspan=5></td>
<td width=65 height="88" background="./images/bg_blue_top.gif" rowspan=5 valign="center">
<img src="images/logo.gif" width="65" height="88" border="0"></td>
<td height="25" background="./images/bg_blue_top.gif" colspan=7 valign="bottom" >
<font color="navy">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 철원군 웹메일 서비스에 오신것을 환영합니다 <font></td>
</tr>
<tr>
<td width=5 height="20" background="./images/bg_blue_top.gif" colspan=7></td>
</tr>
<tr valign="bottom">
<td width=80 height="20" background="./images/bg_blue_top.gif" align="left" > &nbsp;&nbsp;&nbsp; 아이디 </td>
<td width=80 height="20" background="./images/bg_blue_top.gif" >
<!-- ID -->
<p align="center"><input type="text" name="id" size="15" class="text1"></p></td>

<td width=10 height="20" background="./images/bg_blue_top.gif" ></td>
<td width=64 height="98" rowspan=3 background="./images/bg_blue_top.gif" valign="center">
<!-- Inter ICON -->
<input type="image" value="접속" src="images/icon_inter.gif" width="64" height="46" border="0" onclick="form_click(this.form,this.value);"></td>

<td width=10 height="20" background="./images/bg_blue_top.gif" ></td>
<td width="120" height="20" background="./images/bg_blue_top.gif">
<!-- Register ICON -->
<% if(ISVIEW_WEB_USER.equals("Y")) { %>

<input type="image" value="회원가입" src="images/icon_register.gif" width="105" height="20" border="0" alt="" onclick="form_click(this.form, this.value);">

<% } %>
</td>
<td width="80" height="20" background="./images/bg_blue_top.gif"></td>
</tr>

<tr background="./images/bg_blue_top.gif">
<td width=0 height="3" background="./images/bg_blue_top.gif"> </td>
<td width=0 height="3" background="./images/bg_blue_top.gif"></td>
<td width=0 height="3" background="./images/bg_blue_top.gif"></td>
<td height="3" colspan=3 background="./images/bg_blue_top.gif"></td>
</tr>
<tr background="./images/bg_blue_top.gif" valign="top">
<td width=80 height="20" background="./images/bg_blue_top.gif" align="left">&nbsp;&nbsp;&nbsp; 패스워드</td>
<td width=80 height="20" background="./images/bg_blue_top.gif" valign="top">
<!-- PASSWD -->
<p valign="top" align="center"><input type="password" name="pwd" size="15" class="text1"></p></td>
<td width=0 height="20" background="./images/bg_blue_top.gif"></td>
<td width=0 height="20" background="./images/bg_blue_top.gif"></td>
<td width="105" height="20" background="./images/bg_blue_top.gif">
<!-- PASSWD ICON -->
<% if(ISVIEW_WEB_USER.equals("Y")) { %>

<a href="javascript:openwin('lostPassword.jsp?findType=PW',440,200);"><img src="images/icon_passwd.gif" width="105" height="20" border="0"></a>
<% } %>
</td>
<td height="20" background="./images/bg_blue_top.gif"></td>
</tr>
<tr background="./images/bg_blue_top.gif">
<td height="5" colspan="9" background="./images/bg_blue_top.gif"></td>
</tr>
<tr background="./images/bg_blue_top.gif">
<td height="25" colspan="9" background="./images/bg_blue_top.gif">
<p align="center"> Copyright ⓒ 2003 by Gangwon Cheorwon Country, All rights reserved. </p></td>
</tr>
<tr>
<td height="5" colspan="9" bgcolor="#3F5184"></td>
</tr>

</table>

</form>
<!--------------------------- STOP COPYING THE HTML HERE --------------------------->
</body>
</html>

댓글 4
이전 글 [문의] Nmail이... 도와주세요!!! 1 박*채 2003.07.17
다음 글 발신인이 없는 메일 수신거부 1 민*일 2003.07.16
Loading...