Taiwan Mask Corporation
  • About TMC
    • About TMC
    • Company History
    • Business Philosophy
    • Latest News
    • Related Companies
  • Products and Services
    • Photomask Data Service
    • Online WIP Search
    • Customer and Product Distribution
    • Technologies and Equipment
  • Investor Relations
    • Financial Information
    • Revenues
    • Financial Reports
    • Annual Reports
    • Corporate Governance
    • Board of Directors
    • Committees
    • Corporate Regulations
    • Internal Audits
    • Risk Management
    • Shareholders Information
    • Stock Price
    • Shareholder Meetings
    • Dividend Distribution
    • Major Announcements
    • Earnings Calls
  • Corporate Sustainability
    • Sustainability Achievements
    • Message from Management
    • Sustainability Management
    • Stakeholder Communications
    • Major Issue Analysis
    • Responding to Major Issue Impacts
    • Sustainable Supply Chain
    • Product Quality and Risk Management
    • Innovation Management
    • Information Security and Privacy Protection
    • Green Operation
    • Energy and Greenhouse Gases
    • Air Pollution Prevention
    • Water Resource Management
    • Waste Management
    • Social Inclusion
    • Workforce Structure
    • Workforce Cultivation
    • Occupational Safety and Health
    • Social Participation
  • Recruiting
    • Compensation and Benefits
    • Compensation and Benefits
    • Work Environment
    • Employee Benefits
    • Join TMC
    • Interview Process
    • Directions
    • 繁中
    • 简中
    • English
繁中 简中 English
  • About TMC
    • About TMC
    • Company History
    • Business Philosophy
    • Latest News
    • Related Companies
  • Products and Services
    • Photomask Data Service
    • Online WIP Search
    • Customer and Product Distribution
    • Technologies and Equipment
  • Investor Relations
    • Financial Information
    • Revenues
    • Financial Reports
    • Annual Reports
    • Corporate Governance
    • Board of Directors
    • Committees
    • Corporate Regulations
    • Internal Audits
    • Risk Management
    • Shareholders Information
    • Stock Price
    • Shareholder Meetings
    • Dividend Distribution
    • Major Announcements
    • Earnings Calls
  • Corporate Sustainability
    • Sustainability Achievements
    • Message from Management
    • Sustainability Management
    • Stakeholder Communications
    • Major Issue Analysis
    • Responding to Major Issue Impacts
    • Sustainable Supply Chain
    • Product Quality and Risk Management
    • Innovation Management
    • Information Security and Privacy Protection
    • Green Operation
    • Energy and Greenhouse Gases
    • Air Pollution Prevention
    • Water Resource Management
    • Waste Management
    • Social Inclusion
    • Workforce Structure
    • Workforce Cultivation
    • Occupational Safety and Health
    • Social Participation
  • Recruiting
    • Compensation and Benefits
    • Compensation and Benefits
    • Work Environment
    • Employee Benefits
    • Join TMC
    • Interview Process
    • Directions

Latest News

Latest News

  • Home
  • About TMC
  • Latest News

News Center

All Categories News Internal
Synology Solution Day 2024 provides solutions to Taiwan Mask Corporation  creating a comprehensive data protection architecture
2024-08-22
Synology Solution Day 2024 provides solutions to Taiwan Mask Corporation creating a comprehensive data protection architecture
TMC leads the innovation of steel structure production: high output, low energy consumption, meeting the trend of energy-saving and carbon reduction.
2024-04-01
TMC leads the innovation of steel structure production: high output, low energy consumption, meeting the trend of energy-saving and carbon reduction.
Interview by DIGITIMES: Chen Li-dun, General Manager of TMC, plays a crucial role in Semiconductors
2023-11-09
Interview by DIGITIMES: Chen Li-dun, General Manager of TMC, plays a crucial role in Semiconductors
After experiencing losses, this semiconductor photomask maker posted shocking annual growth
2023-11-08
After experiencing losses, this semiconductor photomask maker posted shocking annual growth
Taiwan Mask Corporation celebrates 35th anniversary in Family Day on 10/21/2023
2023-10-16
Taiwan Mask Corporation celebrates 35th anniversary in Family Day on 10/21/2023
The completion of an ecological landscape garden at TMC enhances the environment of the Science Park
2023-03-15
The completion of an ecological landscape garden at TMC enhances the environment of the Science Park
The TMC Charity Foundation helps transform Shinde Elementary School into a charter forest school
2023-03-11
The TMC Charity Foundation helps transform Shinde Elementary School into a charter forest school
Reversing an old model, TMC achieves an effective 3% yield increase, nearing 40nm production
2022-12-17
Reversing an old model, TMC achieves an effective 3% yield increase, nearing 40nm production
Taiwan Mask Corporation

No. 11, Innovation Road, Hsinchu Science Park, 300091

Tel: +886-3-5634370

Fax: +886-3-5780752

sales@tmcnet.com.tw

Contact Us

About TMC

  • About Us
  • Company History
  • Business Philosophy
  • Latest News
  • Affiliated Companies

Products & Services

  • Mask Data Service
  • Online WIP Search
  • Customer & Product Distribution
  • Technology & Equipment

Investor Relations

  • Revenues
  • Corporate Governance
  • Board of Directors
  • Committees
  • Important Company Regulations

Corporate Sustainability

  • Sustainability Achievement Highlights
  • Words from the Chairman
  • Stakeholder Communications
  • Innovative Management
  • Green Operations

Careers

  • Compensation & Benefits
  • Work Environment
  • Interview Process
  • Directions

Copyright All rights reserved © 2026 Taiwan Mask Corporation

Copyright All rights reserved © 2026
Taiwan Mask Corporation

This website uses cookies to enhance your user experience and to collect data related to network traffic statistics. Continuing to use this website indicates your agreement to our use of cookies.Privacy and Cookie PolicyProvide more information regarding the use and disabling of cookies.

Colored with scrolling

Try scrolling the rest of the page to see this option in action.

} // 移除子元素的內嵌樣式 child.removeAttribute("style"); // 遞迴處理子元素的子元素 removeATagsAndImgTagsRecursively(child); } } //var myModal = new bootstrap.Modal(document.getElementById("exampleModal")); //myModal.show(); ��特定類別的元素,這裡是 class="tableBox3" var elements = document.querySelectorAll(".tableBox3"); // 遍歷所有符合選擇器的元素 elements.forEach(function (element) { // 移除元素本身的內嵌樣式 element.removeAttribute("style"); // 移除子元素中的標籤和標籤 removeATagsAndImgTagsRecursively(element); }); }); // 遞迴函式,用於移除所有子元素的標籤和標籤 function removeATagsAndImgTagsRecursively(element) { // 遍歷所有子元素 var children = element.children; for (var i = children.length - 1; i >= 0; i--) { var child = children[i]; // 如果子元素是標籤或標籤,則將其移除 if (child.tagName === "A" || child.tagName === "IMG") { child.parentNode.removeChild(child); } // 移除子元素的內嵌樣式 child.removeAttribute("style"); // 遞迴處理子元素的子元素 removeATagsAndImgTagsRecursively(child); } } //var myModal = new bootstrap.Modal(document.getElementById("exampleModal")); //myModal.show(); // 等待網頁讀取完畢 window.addEventListener("load", function () { // 選擇具有特定類別的元素,這裡是 class="tableBox3" var elements = document.querySelectorAll(".tableBox3"); // 遍歷所有符合選擇器的元素 elements.forEach(function (element) { // 移除元素本身的內嵌樣式 element.removeAttribute("style"); // 移除子元素中的標籤和標籤 removeATagsAndImgTagsRecursively(element); }); }); // 遞迴函式,用於移除所有子元素的標籤和標籤 function removeATagsAndImgTagsRecursively(element) { // 遍歷所有子元素 var children = element.children; for (var i = children.length - 1; i >= 0; i--) { var child = children[i]; // 如果子元素是標籤或標籤,則將其移除 if (child.tagName === "A" || child.tagName === "IMG") { child.parentNode.removeChild(child); } // 移除子元素的內嵌樣式 child.removeAttribute("style"); // 遞迴處理子元素的子元素 removeATagsAndImgTagsRecursively(child); } } //var myModal = new bootstrap.Modal(document.getElementById("exampleModal")); //myModal.show(); // 如果子元素是標籤或標籤,則將其移除 if (child.tagName === "A" || child.tagName === "IMG") { child.parentNode.removeChild(child); } // 移除子元素的內嵌樣式 child.removeAttribute("style"); // 遞迴處理子元素的子元素 removeATagsAndImgTagsRecursively(child); } } //var myModal = new bootstrap.Modal(document.getElementById("exampleModal")); //myModal.show(); chbox() { var tables = document.querySelectorAll('table.gsc-search-box'); if (!tables.length) return; tables.forEach(function (table) { if (table.getAttribute('data-fixed')) return; table.setAttribute('data-fixed', '1'); // Walk up: table -> form -> .gsc-control-searchbox-only -> #___gcse_N -> .searchbox var el = table; while (el && !el.classList.contains('searchbox')) { el.style.setProperty('width', '100%', 'important'); el.style.setProperty('margin', '0', 'important'); el = el.parentElement; } var inputTd = table.querySelector('td.gsc-input'); if (inputTd) inputTd.style.setProperty('width', '100%', 'important'); var buttonTd = table.querySelector('td.gsc-search-button'); if (buttonTd) { buttonTd.style.setProperty('width', '1%', 'important'); buttonTd.style.setProperty('white-space', 'nowrap', 'important'); buttonTd.style.setProperty('padding-left', '8px', 'important'); } var clearTd = table.querySelector('td.gsc-clear-button'); if (clearTd) clearTd.style.setProperty('display', 'none', 'important'); var inputBox = table.querySelector('.gsc-input-box'); if (inputBox) { inputBox.style.setProperty('width', '100%', 'important'); inputBox.style.setProperty('border', 'none', 'important'); inputBox.style.setProperty('padding', '0', 'important'); inputBox.style.setProperty('background', 'none', 'important'); var innerTable = inputBox.querySelector('table'); if (innerTable) innerTable.style.setProperty('width', '100%', 'important'); } var input = table.querySelector('input.gsc-input'); if (input) input.style.setProperty('background', 'none', 'important'); }); } // Poll every 500ms until found, then keep checking for 10s // in case Google CSE re-renders var attempts = 0; var timer = setInterval(function () { fixSearchbox(); attempts++; if (attempts > 20) clearInterval(timer); }, 500); })();