Call Line

  •  
    Mobile / Broadband / Fixed Line & MOD Services
    24-hour customer service hotline

    0800-080-123(via Chunghwa Telecom local call、mobile phone direct dial 123)

    Mobile Communication /Telephone / ADSL / FTTx / MOD / International Call / Intelligent Network Services , etc, Business inquiries and processing, billing and rates related issues, phone line suspension due to lost phones, phone re-activation post required payment, other issues due to interference or poor communication, preventative construction case reporting and processing, line abnormality reporting and processing, emergency accident notification and handling, telecommunications related complaints, etc.

  • Enterprise Customer Service Center
    24-hour customer service hotline

    dial 0800-080-365 or 0800-080-123(via Chunghwa Telecom local call、mobile phone direct dial 123)

    Business inquiries and processing, billing and rates, troubleshooting and reporting related to Enterprise Broadband Internet access, Enterprise value-added services, Enterprise information security, IDC, SaaS CRM customer relationship management systems, ICT services (including ITS Car News Courier, PBX switch / E1 GW, IPCC customer service system, IMO-UTM services, IEN intelligent energy services).
    (To call the service hotline from outside Taiwan by telephone, mobile or public phone, the local IDD fee will be charged.)

  • Administration Office Operator
    Customer service hotline

    Monday~Friday 08:30~17:30

    Administration Office Operator 02-2344-6789

    General administrative matter inquiries
    The phone call will be charged to the user, for toll free services, please dial 0800-080-123

  • Personal Data and Privacy Protection
    24-hour customer service hotline

    0800-080-123(via Chunghwa Telecom local call、mobile phone direct dial 123)

    For any inquiries and related issues on our privacy policy,  on our personal data protection notice, on exerciseing your right in accordance with the Personal Data Protection Act or other relevant laws, and complaints or emergency notifications on Personal Data regarding  our business, etc.
    (To call the service hotline from outside Taiwan by telephone, mobile or public phone, the local IDD fee will be charged.)

BACK TO TOP

'); $fixed.addClass('fixed-block') $('body').append($fixed); } $fixed.append($('.cookie-wrap')); if (isShow) { recordCount('insert'); } else { hideCookieWrap(); } } function hideCookieWrap() { $.each($('.fixed-block').children(), function () { if ($(this).hasClass('cookie-wrap')) { $(this).hide(); } else { $(this).css('position', 'fixed'); } }) } function recordCount(action) { let rcData = { id: '' }; var sobj = { addRet: false, count_id: '', updateRet: false }; var sessionData = getBarStorage(gdpr.c_name) || {}; switch (action) { case 'insert': if ($.isEmptyObject(sessionData)) { insertCount(rcData, sobj); } break; case 'update': rcData.id = sessionData.count_id; updateRecord(rcData, sessionData); break; } } function insertCount(rcData, sessionData) { $.ajax({ type: 'POST', url: '/home/web/api/CookieBar/InsertCountData', data: rcData, dataType: 'json', success: function (d) { if (d.addRet) { sessionData.count_id = d.count_id; sessionData.addRet = d.addRet; setBarStorage(gdpr.c_name, sessionData); } }, error: function (jqXHR, textStatus, errorThrown) { console.log(jqXHR, textStatus, errorThrown); } }); } function updateRecord(rcData, sessionData) { $.ajax({ type: 'POST', url: '/home/web/api/CookieBar/UpdateCountData', data: rcData, dataType: 'json', success: function (d) { if (d.updateRet) { sessionData.updateRet = d.updateRet; setBarStorage(gdpr.c_name, sessionData); } }, error: function (jqXHR, textStatus, errorThrown) { console.log(jqXHR, textStatus, errorThrown); } }); } function setBarStorage(key, d) { sessionStorage.setItem(key, JSON.stringify(d)); } function getBarStorage(key) { var data = sessionStorage.getItem(key); return JSON.parse(data); } function setCookie(c_name, value, exdays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + exdays); // 設定一個日期為目前日期加上預設的期限 var c_value = escape(value) + ((exdays == null) ? "" : "; expires=" + exdate.toUTCString()); // toUTCString()根據世界時間,轉換成字串 document.cookie = c_name + "=" + c_value + "; path=/"; } function getCookie(c_name) { var i, x, y, EachCookies = document.cookie.split(";"); for (i = 0; i < EachCookies.length; i++) { x = EachCookies[i].substr(0, EachCookies[i].indexOf("=")); // x為key y = EachCookies[i].substr(EachCookies[i].indexOf("=") + 1); // y為value x = x.replace(/^\s+|\s+$/g, ""); // g:找到所有符合的字串 // ^:以甚麼開始的字串 // \s:空白字元 // +:前面的字元有一至多個 // $:以前一個字元為結尾的字串 // (以空白為開頭的一個或多個空白字元)或(一個或多個空白最後以空白結尾的字元) // 去掉前後的空白 if (x == c_name) { return unescape(y); // 利用unescape()解碼在網路上傳遞的字串 // 需要在網路上傳遞的字串應該以escape()予以編碼 } } } function hasCookie(cookieName) { var c_name = cookieName || 'cht_GDPR'; var value = getCookie(c_name); if (value != null && value != '') { return true; } return false; } })(jQuery);